summaryrefslogtreecommitdiff
path: root/netlify.toml
diff options
context:
space:
mode:
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
new file mode 100644
index 0000000..cbc12db
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,9 @@
+[build]
+ publish = "dist"
+ command = "npm run build"
+[build.processing.html]
+ pretty_urls = false
+[[headers]]
+ for = "/_astro/*"
+ [headers.values]
+ Cache-Control = "public, max-age=31536000, immutable"