mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
allow browser to cache on docs (#6405)
This commit is contained in:
8
packages/docs/static/_headers
vendored
Normal file
8
packages/docs/static/_headers
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
# /assets folder contain processed assets with a file hash
|
||||
# They are safe for immutable caching, as filename change when content change
|
||||
|
||||
/assets/*
|
||||
Cache-Control: public
|
||||
Cache-Control: max-age=365000000
|
||||
Cache-Control: immutable
|
||||
Reference in New Issue
Block a user