Skip to content

Commit 7bc3a7d

Browse files
committed
feat: add print directive allows print sections.
1 parent 96b4a51 commit 7bc3a7d

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)