This commit is contained in:
fynks 2025-09-08 11:08:42 +05:00
parent 22ef9fe278
commit a6c2ee56a9
2 changed files with 2 additions and 2 deletions

2
dist/index.html vendored
View file

@ -40,7 +40,7 @@
<link rel="prefetch" as="fetch" href="/json/file-hosts-optimized.json" crossorigin>
<link rel="prefetch" as="fetch" href="/json/adult-hosts-optimized.json" crossorigin>
<link rel="prefetch" as="fetch" 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">
<script>
(function () {

View file

@ -18,7 +18,7 @@
"author": "fynks",
"dependencies": {
"clean-css-cli": "^5.6.3",
"terser": "^5.43.1",
"terser": "^5.44.0",
"workbox-cli": "^7.3.0"
}
}