mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 21:02:09 +00:00
Minify RSS/Atom, since those are kinda hug
This commit is contained in:
parent
f514677e94
commit
c3f418e87b
1 changed files with 1 additions and 1 deletions
|
@ -145,6 +145,6 @@ disableKinds = ["taxonomy", "term"]
|
||||||
|
|
||||||
# don't minify html but minify other resources, esp the fulltext rss/atom feeds
|
# don't minify html but minify other resources, esp the fulltext rss/atom feeds
|
||||||
[minify]
|
[minify]
|
||||||
minifyOutput = false
|
minifyOutput = true
|
||||||
disableXML = false
|
disableXML = false
|
||||||
disableHTML = true
|
disableHTML = true
|
||||||
|
|
Loading…
Reference in a new issue