Merge branch 'main' into main

This commit is contained in:
Michael Novotny 2023-08-08 16:07:19 -05:00 committed by GitHub
commit 0ebdb2fbc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,5 +16,14 @@ module.exports = {
pathname: '/s/files/**' pathname: '/s/files/**'
} }
] ]
},
async redirects() {
return [
{
source: '/password',
destination: '/',
permanent: true
}
];
} }
}; };