-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathnetlify.toml
59 lines (57 loc) · 1.41 KB
/
netlify.toml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[[plugins]]
package = "@netlify/plugin-lighthouse"
# optional, deploy the lighthouse report to a path under your site
[plugins.inputs.audits]
output_path = "reports/lighthouse.html"
[[headers]]
for = "/idols/*"
[headers.values]
cache-control = '''
max-age=365000000,
public,
immutable'''
[[headers]]
for = "/_astro/icon.Db3K-ucu_Z2tceI0.webp"
[headers.values]
cache-control = '''
max-age=365000000,
public,
immutable'''
[[headers]]
for = "/_astro/work-sans-latin-wght-normal.CkJCGd27.woff2"
[headers.values]
cache-control = '''
max-age=365000000,
public,
immutable'''
[[headers]]
for = "/_astro/inter-latin-wght-normal.C2S99t-D.woff2"
[headers.values]
cache-control = '''
max-age=365000000,
public,
immutable'''
[[headers]]
for = "/_astro/alkatra-latin-wght-normal.BjYTiUgM.woff2"
[headers.values]
cache-control = '''
max-age=365000000,
public,
immutable'''
[[headers]]
for = "/_astro/noto-sans-bengali-latin-wght-normal.fcB03Oxl.woff2"
[headers.values]
cache-control = '''
max-age=365000000,
public,
immutable'''
[[redirects]]
from = "https://ourkolkata.in"
to = "https://atlas.ourkolkata.in"
status = 200
force = true
[[redirects]]
from = "https://pujoatlas.netlify.app"
to = "https://atlas.ourkolkata.in"
status = 200
force = true