mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 12:35:38 +01:00
Update next.config.js
This commit is contained in:
parent
253ee5189b
commit
7ef2045f3f
1 changed files with 8 additions and 8 deletions
|
|
@ -152,14 +152,14 @@ const config = {
|
||||||
|
|
||||||
return config;
|
return config;
|
||||||
},
|
},
|
||||||
async headers() {
|
// async headers() {
|
||||||
return [
|
// return [
|
||||||
{
|
// {
|
||||||
source: '/:path*',
|
// source: '/:path*',
|
||||||
headers,
|
// headers,
|
||||||
},
|
// },
|
||||||
];
|
// ];
|
||||||
},
|
// },
|
||||||
async rewrites() {
|
async rewrites() {
|
||||||
return [
|
return [
|
||||||
...rewrites,
|
...rewrites,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue