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;
|
||||
},
|
||||
async headers() {
|
||||
return [
|
||||
{
|
||||
source: '/:path*',
|
||||
headers,
|
||||
},
|
||||
];
|
||||
},
|
||||
// async headers() {
|
||||
// return [
|
||||
// {
|
||||
// source: '/:path*',
|
||||
// headers,
|
||||
// },
|
||||
// ];
|
||||
// },
|
||||
async rewrites() {
|
||||
return [
|
||||
...rewrites,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue