diff --git a/public/opengraph-image.png b/public/opengraph-image.png new file mode 100644 index 0000000..6e748ce Binary files /dev/null and b/public/opengraph-image.png differ diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index bf8b53a..0f4e92f 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -20,7 +20,7 @@ const pretendard = localFont({ const queryClient = new QueryClient({ defaultOptions: { queries: { - throwOnError: true, + throwOnError: false, }, }, }); @@ -50,7 +50,7 @@ export default function App({ Component, pageProps }: AppProps) {