Skip to content

Commit

Permalink
Fix netlify _headers file
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechu10 committed Nov 26, 2021
1 parent b0e0d98 commit 6b739b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/_headers
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*.css
Cache-Control = "public, s-max-age=604800"
Cache-Control: public, s-max-age=604800
/*.js
Cache-Control = "public, s-max-age=604800"
Cache-Control: public, s-max-age=604800
/*.wasm
Cache-Control = "public, s-max-age=604800"
Cache-Control: public, s-max-age=604800

0 comments on commit 6b739b8

Please sign in to comment.