mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 09:20:00 +02:00
Update next.config.js
This commit is contained in:
parent
a1ccc72589
commit
edb91bda59
1 changed files with 3 additions and 3 deletions
|
@ -41,8 +41,6 @@ const nextConfig = (phase, { defaultConfig }) => {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = nextConfig;
|
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
async redirects() {
|
async redirects() {
|
||||||
return [
|
return [
|
||||||
|
@ -58,4 +56,6 @@ module.exports = {
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
module.exports = nextConfig;
|
Loading…
Add table
Add a link
Reference in a new issue