Skip to content

Commit 5bd08e0

Browse files
authoredApr 27, 2020
Fix _headers syntax (#546)
TOML content in a _headers file is not allowed and is ignore by production.
1 parent 501324d commit 5bd08e0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

‎_headers

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
[[headers]]
2-
for = "/static/*"
3-
[headers.values]
4-
Cache-Control = "public, max-age=360000"
1+
/static/*
2+
Cache-Control: "public, max-age=360000"

0 commit comments

Comments
 (0)
Please sign in to comment.