mirror of https://github.com/escalate/hugo-split-theme.git

Felix Boerner
05.40.2025 175fd81d19cfb8b05c4e9ba388b6308b8c865bf1
tests/exampleSiteWithVideo/budget.mobile.json
@@ -1,18 +1,18 @@
{
    "budget": {
        "requests": {
            "total": 8
        },
        "transferSize": {
            "total": 2048000
        },
        "thirdParty": {
            "requests": 1
        },
        "score": {
            "bestpractice": 93,
            "privacy": 89,
            "performance": 77
        }
  "budget": {
    "requests": {
      "total": 8
    },
    "transferSize": {
      "total": 2048000
    },
    "thirdParty": {
      "requests": 1
    },
    "score": {
      "bestpractice": 93,
      "privacy": 89,
      "performance": 77
    }
  }
}