@@ -24,7 +24,7 @@ for asset in ASSETS:
if asset != "sw.js":
PREFETCH += f'<link rel="prefetch" href="{asset}" />\n'
for src in HANDLEPARSE:
if src: != "sw.js":
if src != "sw.js":
PREFETCH += f'<link rel="prefetch" href="{src}" />\n'
if os.path.exists("dist"):
The note is not visible to the blocked user.