Skip to content

Commit 0397084

Browse files
committed
Remove x-powered-by header
1 parent 98f6083 commit 0397084

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const nextConfig = {
1414
ignoreDuringBuilds: true,
1515
},
1616
i18n,
17+
poweredByHeader: false,
1718
};
1819

1920
module.exports = nextConfig;

0 commit comments

Comments
 (0)