This commit is contained in:
naielv
2025-07-18 13:26:18 +02:00
parent 1fcff4c2b2
commit 92d3522f98
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
import json
ASSETS = json.load(open("_assets.json", "r"))
PREFETCH = ""
VERSIONCO = "2025-07-18_1"
VERSIONCO = "2025-07-18_2"
HANDLEPARSE = ["index.html", "sw.js"]
for asset in ASSETS:
PREFETCH += f'<link rel="prefetch" href="{asset}" />\n'