You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hello-algo/vercel.json

94 lines
2.8 KiB

2 months ago
{
"headers": [
{
1 month ago
"source": "(/en|/zh-hant)?/assets/javascripts/bundle.(.+).min.js",
2 months ago
"headers": [
{
"key": "Cache-Control",
1 month ago
"value": "public, max-age=2592000, immutable"
2 months ago
}
]
},
{
1 month ago
"source": "(/en|/zh-hant)?/assets/javascripts/workers/search.(.+).min.js",
2 months ago
"headers": [
{
"key": "Cache-Control",
1 month ago
"value": "public, max-age=2592000, immutable"
2 months ago
}
]
},
{
1 month ago
"source": "(/en|/zh-hant)?/assets/javascripts/glightbox.min.js",
2 months ago
"headers": [
{
"key": "Cache-Control",
1 month ago
"value": "public, max-age=2592000, immutable"
2 months ago
}
]
},
{
1 month ago
"source": "(/en|/zh-hant)?/assets/stylesheets/(.+).css",
2 months ago
"headers": [
{
"key": "Cache-Control",
1 month ago
"value": "public, max-age=2592000, immutable"
2 months ago
}
]
},
{
1 month ago
"source": "(/en|/zh-hant)?/javascripts/mathjax.js",
2 months ago
"headers": [
{
"key": "Cache-Control",
1 month ago
"value": "public, max-age=2592000, immutable"
2 months ago
}
]
},
{
1 month ago
"source": "(/en|/zh-hant)?/assets/images/(.+).(svg|png)",
2 months ago
"headers": [
{
"key": "Cache-Control",
1 month ago
"value": "public, max-age=604800, immutable"
2 months ago
}
]
},
{
1 month ago
"source": "(/en|/zh-hant)?/stylesheets/extra.css",
2 months ago
"headers": [
{
"key": "Cache-Control",
1 month ago
"value": "public, max-age=604800, immutable"
2 months ago
}
]
},
{
1 month ago
"source": "(/en|/zh-hant)?/search/search_index.json",
2 months ago
"headers": [
{
"key": "Cache-Control",
1 month ago
"value": "public, max-age=604800, immutable"
2 months ago
}
]
},
{
3 weeks ago
"source": "(/en|/zh-hant)?/chapter_(.+)/(.+).assets/(.+).(png|jpg|svg|gif|webp|ico)",
2 months ago
"headers": [
{
"key": "Cache-Control",
1 month ago
"value": "public, max-age=86400, immutable"
2 months ago
}
]
2 months ago
},
{
1 month ago
"source": "(/en|/zh-hant)?/assets/(hero|covers|avatar|)/(.+).(png|jpg|svg|gif|webp)",
2 months ago
"headers": [
{
"key": "Cache-Control",
1 month ago
"value": "public, max-age=86400, immutable"
2 months ago
}
]
2 months ago
}
]
}