disable maintenance
This commit is contained in:
parent
d7b1dad009
commit
b5affb116c
1 changed files with 7 additions and 7 deletions
|
|
@ -3,16 +3,16 @@ const nextConfig = {
|
|||
reactStrictMode: true,
|
||||
async redirects() {
|
||||
return [
|
||||
// {
|
||||
// source: '/',
|
||||
// destination: '/dex',
|
||||
// permanent: false,
|
||||
// },
|
||||
{
|
||||
source: '/((?!maintenance).*)', // Match everything except "/maintenance"
|
||||
destination: '/maintenance',
|
||||
source: '/',
|
||||
destination: '/dex',
|
||||
permanent: false,
|
||||
},
|
||||
// {
|
||||
// source: '/((?!maintenance).*)', // Match everything except "/maintenance"
|
||||
// destination: '/maintenance',
|
||||
// permanent: false,
|
||||
// },
|
||||
];
|
||||
},
|
||||
webpack: (config) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue