-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_headers
More file actions
23 lines (19 loc) · 845 Bytes
/
Copy path_headers
File metadata and controls
23 lines (19 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Fallback / static-headers for Netlify (mirrored from netlify.toml).
# netlify.toml takes precedence; this file exists for clarity and
# for anyone deploying without netlify.toml processing.
/schemas/*
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=86400, stale-while-revalidate=604800
Content-Type: application/json; charset=utf-8
/manifests.json
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=300, stale-while-revalidate=3600
Content-Type: application/json; charset=utf-8
/examples/*
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=3600, stale-while-revalidate=86400
Content-Type: application/json; charset=utf-8
/changelog.json
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=300, stale-while-revalidate=3600
Content-Type: application/json; charset=utf-8