Skip to content

Commit

Permalink
fix: remove default toml from root
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Feb 22, 2024
1 parent 368b7cc commit 3f86b56
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
File renamed without changes.
16 changes: 16 additions & 0 deletions remix.init/functions/netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[build]
command = "npm run build"
publish = "build/client"

[dev]
command = "npm run dev"
framework = "vite"

# Set immutable caching for static files, because they have fingerprinted filenames

[[headers]]
for = "/build/*"

[headers.values]

"Cache-Control" = "public, max-age=31560000, immutable"

0 comments on commit 3f86b56

Please sign in to comment.