msfjarvis.dev/netlify.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

36 lines
594 B
TOML
Raw Normal View History

[dev]
command = "hugo serve"
targetPort = 1313
port = 8888
publish = "public"
autoLaunch = false
2022-10-06 19:42:24 +05:30
[build.environment]
HUGO_VERSION = "0.125.4"
2023-11-20 10:41:46 +05:30
NODE_VERSION = "18"
[[edge_functions]]
path = "/*"
function = "root"
[[edge_functions]]
function = "webfinger"
path = "/.well-known/webfinger"
2023-10-06 21:29:58 +05:30
[[redirects]]
from = "/robots.txt"
to = "/robots.txt"
status = 200
[[redirects]]
from = "/sitemap.xml"
to = "/sitemap.xml"
status = 200
2024-02-10 00:28:20 +05:30
[[headers]]
for = "/pretty-feed-v3.xsl"
[headers.values]
Content-Type = "application/xml; charset=utf-8"
X-Content-Type-Options = "nosniff"