Skip to content

Commit 92df81b

Browse files
committed
Update tag
1 parent 9f6c119 commit 92df81b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

next.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
headers: [
1515
{
1616
key: "Cache-Control",
17-
value: "public, max-age=28800, s-max-age=604800",
17+
value: "public, max-age=57600, s-max-age=604800",
1818
},
1919
{
2020
key: "Age",
@@ -28,7 +28,7 @@ module.exports = {
2828
headers: [
2929
{
3030
key: "Cache-Control",
31-
value: "public, max-age=604800",
31+
value: "public, max-age=604800, s-max-age=604800",
3232
},
3333
{
3434
key: "Age",

utils/gtag.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const GA_TRACKING_ID = "G-BCG8V6RVPL"
1+
export const GA_TRACKING_ID = "G-0SJQ3GQCGE"
22

33
// https://developers.google.com/analytics/devguides/collection/gtagjs/pages
44
export const pageview = (url) => {

0 commit comments

Comments
 (0)