Skip to content

Commit

Permalink
fix caching
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp committed Nov 8, 2024
1 parent a26a979 commit 1b218bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ find dist -type f -exec grep -l 'source src="/video.mp4"' {} \; | xargs sed -i '

echo "/*\n cache-control: max-age=60\n last-modified: `date -u +'%a, %d %b %Y %H:%M:%S GMT'`" > dist/_headers

cat dist/_header
cat dist/_headers

0 comments on commit 1b218bb

Please sign in to comment.