Skip to content

Commit c3d2025

Browse files
authored
Merge pull request #2 from intel-innersource/remove-powered-by-header
Remove `x-powered-by` header
2 parents 98f6083 + 0397084 commit c3d2025

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)