...
trailingSlash: true,
basePath: '/test',
async redirects () {
return [
{
source: '/',
destination: '/test',
basePath: false,
permanent: false,
}
];
},
...
trailingSlash: true,
basePath: '/test',
async redirects () {
return [
{
source: '/',
destination: '/test',
basePath: false,
permanent: false,
}
];
},