From 1b218bb21cfcb4c1a5e3a8a533627c93b2573fca Mon Sep 17 00:00:00 2001 From: Martin Trapp <94928215+martrapp@users.noreply.github.com> Date: Fri, 8 Nov 2024 08:35:56 +0100 Subject: [PATCH] fix caching --- bin/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build b/bin/build index 24d00a5..fa41549 100755 --- a/bin/build +++ b/bin/build @@ -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