Skip to content

Commit e539665

Browse files
committed
feat: cache-control header for images
1 parent 67556f7 commit e539665

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

public/_headers

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
/_astro/*
88
Cache-Control: public, max-age=604800, immutable
99

10+
/img/*
11+
Cache-Control: public, max-age=604800
12+
1013
/*.md
1114
X-Robots-Tag: noindex
1215

0 commit comments

Comments
 (0)