refactor(website): revise landing page

This commit is contained in:
iCrawl
2023-04-16 19:10:50 +02:00
parent eda118dae9
commit 24f17998c8
4 changed files with 71 additions and 50 deletions

View File

@@ -1,4 +1,3 @@
import { fileURLToPath } from 'node:url';
import bundleAnalyzer from '@next/bundle-analyzer';
const withBundleAnalyzer = bundleAnalyzer({
@@ -23,6 +22,11 @@ export default withBundleAnalyzer({
destination: '/logo.svg',
permanent: true,
},
{
source: '/guide/:path*',
destination: 'https://next.discordjs.guide/guide/:path*',
permanent: true,
},
];
},
});