fix: disable X-Powered-By header
This commit is contained in:
parent
6458f5b774
commit
fb3bf47dae
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ const NextConfig = {
|
|||
eslint: {
|
||||
ignoreDuringBuilds: true,
|
||||
},
|
||||
poweredByHeader: false
|
||||
};
|
||||
|
||||
const withNextra = nextra({
|
||||
|
|
Loading…
Reference in a new issue