This commit is contained in:
naielv
2025-07-18 13:22:06 +02:00
parent f032e0f243
commit 1fcff4c2b2

View File

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