diff options
Diffstat (limited to 'apps/web/public/_headers')
| -rw-r--r-- | apps/web/public/_headers | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/web/public/_headers b/apps/web/public/_headers new file mode 100644 index 00000000..d6624656 --- /dev/null +++ b/apps/web/public/_headers @@ -0,0 +1,6 @@ +/favicon.ico + Cache-Control: public, max-age=3600, s-maxage=3600 +/assets/* + Cache-Control: public, max-age=31536000, immutable +/public/* + Cache-Control: public, max-age=31536000, immutable |