fix: preload correcct json
This commit is contained in:
parent
74bc912275
commit
12eaa3c96a
1 changed files with 2 additions and 2 deletions
4
dist/index.html
vendored
4
dist/index.html
vendored
|
|
@ -37,8 +37,8 @@
|
||||||
</noscript>
|
</noscript>
|
||||||
|
|
||||||
<!-- Prefetch data for quick subsequent use (non-blocking) -->
|
<!-- Prefetch data for quick subsequent use (non-blocking) -->
|
||||||
<link rel="prefetch" href="/json/file-hosts.json" crossorigin>
|
<link rel="prefetch" href="/json/file-hosts-optimized.json" crossorigin>
|
||||||
<link rel="prefetch" href="/json/adult-hosts.json" crossorigin>
|
<link rel="prefetch" href="/json/adult-hosts-optimized.json" crossorigin>
|
||||||
<link rel="prefetch" href="/json/pricing.json" crossorigin>
|
<link rel="prefetch" href="/json/pricing.json" crossorigin>
|
||||||
<link as="style" rel="preload" href="./css/styles-min.css">
|
<link as="style" rel="preload" href="./css/styles-min.css">
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue