Files
2026-08-24 15:37:08 +08:00

40 lines
717 B
Plaintext

# Cache static assets for 1 year (content hashed filenames ensure cache busting)
/_astro/*
Cache-Control: public, max-age=31536000, immutable
# Fonts — cache for 1 year
/fonts/*
Cache-Control: public, max-age=31536000, immutable
# Images — cache for 1 year
/images/*
Cache-Control: public, max-age=31536000, immutable
# HTML pages — no cache (always fetch latest)
/index.html
Cache-Control: no-cache
/about/*
Cache-Control: no-cache
/en/*
Cache-Control: no-cache
/ja/*
Cache-Control: no-cache
/fr/*
Cache-Control: no-cache
/smartbuddy/*
Cache-Control: no-cache
/smartinput/*
Cache-Control: no-cache
/smarthanzi/*
Cache-Control: no-cache
/massiveedit/*
Cache-Control: no-cache