mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 06:58:28 -04:00
14 lines
462 B
Plaintext
14 lines
462 B
Plaintext
# Cache static assets (webfonts, emojis, etc.) for a long time (1 month)
|
|
/vendor/*
|
|
Cache-Control: max-age=2628000
|
|
|
|
# Recommended MIME type for PWA manifests:
|
|
# https://github.com/w3c/manifest/issues/689
|
|
/site.webmanifest
|
|
Content-Type: application/manifest+json
|
|
|
|
# AMP cache invalidation key requirements:
|
|
# https://developers.google.com/amp/cache/update-cache#update-cache-guidelines
|
|
/.well-known/amphtml/apikey.pub
|
|
Content-Type: text/plain; charset=UTF-8
|