mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12: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.
|
||||
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]
|
||||
minifyOutput = true
|
||||
disableXML = true
|
||||
|
|
|
@ -31,18 +31,22 @@
|
|||
},
|
||||
{
|
||||
"resourceType": "document",
|
||||
"budget": 60
|
||||
"budget": 75
|
||||
},
|
||||
{
|
||||
"resourceType": "image",
|
||||
"budget": 35
|
||||
"budget": 50
|
||||
},
|
||||
{
|
||||
"resourceType": "stylesheet",
|
||||
"budget": 1
|
||||
"budget": 3
|
||||
}
|
||||
],
|
||||
"resourceCounts": [
|
||||
{
|
||||
"resourceType": "stylesheet",
|
||||
"budget": 1
|
||||
},
|
||||
{
|
||||
"resourceType": "script",
|
||||
"budget": 0
|
||||
|
|
Loading…
Reference in a new issue