mirror of
https://github.com/trycua/computer.git
synced 2026-02-17 20:10:07 -06:00
Add redireect
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user