8 lines
224 B
Plaintext
8 lines
224 B
Plaintext
# Immutable assets (hashed filenames)
|
|
/_app/immutable/*
|
|
Cache-Control: public, max-age=31536000, immutable
|
|
|
|
# HTML and other assets - cache 1 hour, then revalidate
|
|
/*
|
|
Cache-Control: public, max-age=3600, must-revalidate
|