Skip to content

Commit

Permalink
feat: og image 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
miro-ring committed Feb 19, 2024
1 parent b1e3ba9 commit 7f135c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Head from 'next/head';

import 'react-notion-x/src/styles.css';
import '@styles/global.css';
import '../public/opengraph-image.png';

import Modal from '@components/Modal';
import TanstackQueryProvider from '@components/Providers/TanstackQueryProvider';
Expand Down

0 comments on commit 7f135c4

Please sign in to comment.