Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
krahets committed Oct 10, 2024
1 parent e977972 commit 69ee25e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Binary file modified en/sitemap.xml.gz
Binary file not shown.
Binary file modified sitemap.xml.gz
Binary file not shown.
20 changes: 10 additions & 10 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=604800, must-revalidate"
"value": "public, max-age=2592000, immutable"
}
]
},
Expand All @@ -14,7 +14,7 @@
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=604800, must-revalidate"
"value": "public, max-age=2592000, immutable"
}
]
},
Expand All @@ -23,7 +23,7 @@
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=604800, must-revalidate"
"value": "public, max-age=2592000, immutable"
}
]
},
Expand All @@ -32,7 +32,7 @@
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=604800, must-revalidate"
"value": "public, max-age=2592000, immutable"
}
]
},
Expand All @@ -41,7 +41,7 @@
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=86400, must-revalidate"
"value": "public, max-age=2592000, immutable"
}
]
},
Expand All @@ -50,7 +50,7 @@
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=86400, must-revalidate"
"value": "public, max-age=604800, immutable"
}
]
},
Expand All @@ -59,7 +59,7 @@
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=86400, must-revalidate"
"value": "public, max-age=604800, immutable"
}
]
},
Expand All @@ -68,7 +68,7 @@
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=86400, must-revalidate"
"value": "public, max-age=604800, immutable"
}
]
},
Expand All @@ -77,7 +77,7 @@
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=3600, must-revalidate"
"value": "public, max-age=86400, immutable"
}
]
},
Expand All @@ -86,7 +86,7 @@
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=3600, must-revalidate"
"value": "public, max-age=86400, immutable"
}
]
}
Expand Down
Binary file modified zh-hant/sitemap.xml.gz
Binary file not shown.

0 comments on commit 69ee25e

Please sign in to comment.