-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetlify.toml
48 lines (38 loc) · 1020 Bytes
/
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
[build]
publish = "public"
command = "hugo --gc --minify"
[build.environment]
HUGO_VERSION = "0.110.0"
[context.branch-deploy.environment]
HUGO_VERSION = "0.110.0"
[[redirects]]
from = "/js/script.js"
to = "https://analytics.kiste.limo/js/plausible.js"
status = 200
[[redirects]]
from = "/api/event"
to = "https://analytics.kiste.limo/api/event"
status = 202
[[redirects]]
from = "/*"
to = "/n2ckvspvxvg5fhss9hyxuj5sdoqhx8g7spmj7yn7m95htyjdpy9o7bzjay5ip6r3upmxbn44mf4935wwvw6ruq7eprprovdepitohavvwmfyw9v2c64uxbmcrrw34nu3/"
status = 404
[[redirects]]
from = "/categories/"
to = "/tags/"
status = 301
force = true
headers = {X-From = "Netlify"}
# Caching:
#[[headers]]
# for = "/static/images/*"
# [headers.values]
# Cache-Control = "public, max-age=604800, immutable"
#[[headers]]
# for = "/css/*.css"
# [headers.values]
# Cache-Control = "public, max-age=604800, immutable"
#[[headers]]
# for = "/js/*.js"
# [headers.values]
# Cache-Control = "public, max-age=604800, immutable"