Skip to content

Commit f476bd3

Browse files
authored
Merge pull request #26926 from Colstuwjx/feat/print-sections
feat: add print directive allows print sections.
2 parents 9beb46d + 7bc3a7d commit f476bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ blog = "/:section/:year/:month/:day/:slug/"
9191
[outputs]
9292
home = [ "HTML", "RSS", "HEADERS" ]
9393
page = [ "HTML"]
94-
section = [ "HTML"]
94+
section = [ "HTML", "print" ]
9595

9696
# Add a "text/netlify" media type for auto-generating the _headers file
9797
[mediaTypes]

0 commit comments

Comments
 (0)