mirror of
https://github.com/vercel/commerce.git
synced 2025-03-14 14:42:31 +00:00
Adds redirect for /password
(#1162)
This commit is contained in:
parent
74b5a25120
commit
5f2348d89d
@ -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