Skip to content

Commit 0c2d9a0

Browse files
authored
Merge pull request #1657 from plone/pin-myst-parser
Fix syntax of netlify.toml headers.values
2 parents 0a22f31 + 702eb7c commit 0c2d9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
PYTHON_VERSION = "3.8"
33
[[headers]]
44
for = "/*"
5-
[[headers.values]]
5+
[headers.values]
66
X-Robots-Tag = "none"

0 commit comments

Comments
 (0)