Add redireect

This commit is contained in:
Morgan Dean
2025-07-31 11:32:40 +01:00
parent 3d34318b77
commit 00a8ca1aaa

View File

@@ -14,6 +14,16 @@ const config = {
},
];
},
async redirects() {
return [
{
source: '/',
destination: '/docs',
basePath: false, // Important: this bypasses the basePath
permanent: false,
},
];
},
images: {
dangerouslyAllowSVG: true,
remotePatterns: [