Skip to content

Commit

Permalink
ci: add netlify toml to remember how we are building it
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Oct 7, 2023
1 parent 686aca7 commit fc78e9b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[build]
publish = "dist"
command = "pnpm run build"
[build.processing.html]
pretty_urls = false
[[headers]]
for = "/assets/*"
[headers.values]
Cache-Control = "public, max-age=31536000, immutable"

0 comments on commit fc78e9b

Please sign in to comment.