1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-05-20 11:14:27 -04:00

reorganize external static assets into vendor folder (#99)

with legacy redirects via Netlify for now
This commit is contained in:
2020-04-04 12:03:04 -04:00
committed by GitHub
parent 55a696c261
commit 48498c772f
15 changed files with 47 additions and 37 deletions
+3 -7
View File
@@ -6,13 +6,9 @@
X-Content-Type-Options: nosniff
X-Frame-Options: sameorigin
# Super long cache for web fonts (one year)
/fonts/*
Cache-Control: max-age=31536000, public, immutable, no-transform
# Super long cache for Twemojis (one year)
/twemoji/*
Cache-Control: max-age=31536000, public, immutable, no-transform
# Super long cache for web fonts and Twemojis (one year)
/vendor/*
Cache-Control: max-age=31536000, public, immutable
# Recommended MIME type for PWA manifests
# https://github.com/w3c/manifest/issues/689