Skip to content

Commit 3375cc4

Browse files
committed
Remove forced age
1 parent 4f307d6 commit 3375cc4

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

next.config.js

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,7 @@ module.exports = {
3535
value: "0",
3636
}
3737
],
38-
},
39-
{
40-
source: "/:all*",
41-
locale: false,
42-
headers: [
43-
{
44-
key: "Age",
45-
value: "0",
46-
}
47-
],
48-
},
38+
}
4939
]
5040
},
5141
}

0 commit comments

Comments
 (0)