Skip to content

Commit

Permalink
fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytc13579 committed Jan 8, 2024
1 parent 4535851 commit 8287059
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,17 @@ const nextConfig = {
},
{
source: '/bvm-website-sats',
destination: '/blockchains/computers',
destination: '/blockchains',
permanent: false,
},
{
source: '/blockchains/computers',
destination: '/blockchains',
permanent: false,
},
{
source: '/blockchains/buy',
destination: '/blockchains/customize',
permanent: false,
},
];
Expand Down
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export default function RootLayout({
<body>
<ChakraProvider theme={chakraThemes}>
<ChakraFontsFace />
{/* <Hydrated>{children}</Hydrated> */}
{children}
<Hydrated>{children}</Hydrated>
{/* {children} */}
</ChakraProvider>
</body>
</html>
Expand Down

0 comments on commit 8287059

Please sign in to comment.