Moving to more workable v1 solution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
async redirects() {
|
||||
return [
|
||||
{
|
||||
source: '/*',
|
||||
destination: '/',
|
||||
},
|
||||
];
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user