Skip to content

Commit

Permalink
fix: component flickering
Browse files Browse the repository at this point in the history
  • Loading branch information
Seojunhwan committed Aug 23, 2023
1 parent cddd24e commit 411b08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function App({ Component, pageProps, router }: AppProps) {
<GoogleAnalytics />
<Providers>
<AnimatePresence mode='wait' initial={false}>
<Layout key={router.asPath}>
<Layout>
<Component {...pageProps} />
</Layout>
</AnimatePresence>
Expand Down

1 comment on commit 411b08f

@vercel
Copy link

@vercel vercel bot commented on 411b08f Aug 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gamguma-blog – ./

gamguma.dev
blog.gamguma.dev
gamguma-blog-git-main-seojunhwan.vercel.app
gamguma-blog-seojunhwan.vercel.app

Please sign in to comment.