mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 05:56:59 +00:00
Adds redirect for /password
This commit is contained in:
parent
857a1df0f6
commit
7526b7e69b
@ -16,5 +16,14 @@ module.exports = {
|
||||
pathname: '/s/files/**'
|
||||
}
|
||||
]
|
||||
},
|
||||
async redirects() {
|
||||
return [
|
||||
{
|
||||
source: '/password',
|
||||
destination: '/',
|
||||
permanent: true
|
||||
}
|
||||
];
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user