feat: add print directive allows print sections.
parent
96b4a51cfe
commit
7bc3a7d809
|
|
@ -91,7 +91,7 @@ blog = "/:section/:year/:month/:day/:slug/"
|
|||
[outputs]
|
||||
home = [ "HTML", "RSS", "HEADERS" ]
|
||||
page = [ "HTML"]
|
||||
section = [ "HTML"]
|
||||
section = [ "HTML", "print" ]
|
||||
|
||||
# Add a "text/netlify" media type for auto-generating the _headers file
|
||||
[mediaTypes]
|
||||
|
|
|
|||
Loading…
Reference in New Issue