Skip to content

Commit

Permalink
feat: add header for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rmonnier9 committed Nov 8, 2024
1 parent e840ad0 commit 0b62d82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ const nextjsConfig = {
async headers() {
return [
{
source: '/_next/static/chunks/:path*',
headers: [
{
key: 'X-Debug-Chunk-Load',
key: 'X-Debug-Deployment',
value: `Instance-Number-${
process.env.INSTANCE_NUMBER
}-Date-${new Date().toISOString()}`,
Expand Down

0 comments on commit 0b62d82

Please sign in to comment.