change html

This commit is contained in:
2026-08-24 15:37:08 +08:00
parent 3325bc52ef
commit 0487879eee
139 changed files with 9789 additions and 1684 deletions
+39
View File
@@ -0,0 +1,39 @@
# 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