Skip to content

Commit 0736b84

Browse files
authored
chore: add /docs/* cache control (#1027)
1 parent d448ab8 commit 0736b84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/website/public/_headers

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22

33
/build/*
44
Cache-Control: public, max-age=31536000, s-maxage=31536000, immutable
5+
6+
/docs/*
7+
Cache-Control: public, max-age=3600, s-maxage=3600

0 commit comments

Comments
 (0)