mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 21:02:09 +00:00
Update budget.json
Keep max page weight but allow greater markup limit.
This commit is contained in:
parent
783d6645aa
commit
64bc464aca
2 changed files with 9 additions and 4 deletions
|
@ -157,7 +157,8 @@ disableKinds = ["taxonomy", "term"]
|
||||||
# than IncludeFields above, depending on what you want.
|
# than IncludeFields above, depending on what you want.
|
||||||
excludeFields = ".*"
|
excludeFields = ".*"
|
||||||
|
|
||||||
# don't minify html but minify other resources, esp the fulltext rss/atom feeds
|
# don't minify html but minify other resources
|
||||||
|
# Don't minify atom feeds because it messes up whitespace in entry contents.
|
||||||
[minify]
|
[minify]
|
||||||
minifyOutput = true
|
minifyOutput = true
|
||||||
disableXML = true
|
disableXML = true
|
||||||
|
|
|
@ -31,18 +31,22 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"resourceType": "document",
|
"resourceType": "document",
|
||||||
"budget": 60
|
"budget": 75
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"resourceType": "image",
|
"resourceType": "image",
|
||||||
"budget": 35
|
"budget": 50
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"resourceType": "stylesheet",
|
"resourceType": "stylesheet",
|
||||||
"budget": 1
|
"budget": 3
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"resourceCounts": [
|
"resourceCounts": [
|
||||||
|
{
|
||||||
|
"resourceType": "stylesheet",
|
||||||
|
"budget": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"resourceType": "script",
|
"resourceType": "script",
|
||||||
"budget": 0
|
"budget": 0
|
||||||
|
|
Loading…
Reference in a new issue