Skip to content

Commit 42cc926

Browse files
committed
add netlify.toml with no-store cache for .user.js files
1 parent 166df03 commit 42cc926

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

netlify.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[[headers]]
2+
for = "/*.user.js"
3+
[headers.values]
4+
Cache-Control = "no-store"

0 commit comments

Comments
 (0)