feat: add catch all route and pages for 404 and 500 errors
This commit is contained in:
@@ -3,7 +3,6 @@ const nextConfig = {
|
||||
experimental: {
|
||||
appDir: true,
|
||||
},
|
||||
basePath: '/docs',
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user