-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnetlify.toml
More file actions
28 lines (23 loc) · 699 Bytes
/
netlify.toml
File metadata and controls
28 lines (23 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[[headers]]
for = "/_next/static/*"
[headers.values]
Cache-Control = "public, max-age=31536000, immutable"
[[headers]]
# Next.js Image Optimization endpoint (query-string based)
for = "/_next/image*"
[headers.values]
Cache-Control = "public, max-age=31536000, immutable"
[[headers]]
# Public certification images
for = "/certifications/*"
[headers.values]
Cache-Control = "public, max-age=604800, immutable"
[[headers]]
# Key hero/background images
for = "/DEBASIS.jpg"
[headers.values]
Cache-Control = "public, max-age=604800, immutable"
[[headers]]
for = "/add-project-bg.jpg"
[headers.values]
Cache-Control = "public, max-age=604800, immutable"