Rebuild /docs

This commit is contained in:
Arhey 2023-04-03 22:47:43 +03:00
parent ef2f241c95
commit ca08d72f44
27 changed files with 26 additions and 26 deletions

View file

@ -0,0 +1 @@
import{default as t}from"../components/pages/_page.svelte-79627a7d.js";export{t as component};

Binary file not shown.

View file

@ -1 +0,0 @@
import{default as t}from"../components/pages/_page.svelte-f8a4fad1.js";export{t as component};

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

View file

@ -1 +1 @@
{"version":"1680551161244"}
{"version":"1680551243551"}

Binary file not shown.

Binary file not shown.

View file

@ -8,7 +8,7 @@
<meta http-equiv="content-security-policy" content="">
<link href="./_app/immutable/assets/_layout-6748d0a2.css" rel="stylesheet">
<link href="./_app/immutable/assets/HTMLPreview-0d24e5da.css" rel="stylesheet">
<link rel="modulepreload" href="./_app/immutable/start-ac4d11cd.js">
<link rel="modulepreload" href="./_app/immutable/start-e68898b1.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index-44df08c7.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons-b6a05648.js">
<link rel="modulepreload" href="./_app/immutable/components/pages/_layout.svelte-3df27be0.js">
@ -59,13 +59,13 @@
<script type="module" data-sveltekit-hydrate="4kskfn">
import { start } from "./_app/immutable/start-ac4d11cd.js";
import { start } from "./_app/immutable/start-e68898b1.js";
start({
assets: "",
env: {},
target: document.querySelector('[data-sveltekit-hydrate="4kskfn"]').parentNode,
version: "1680551161244",
version: "1680551243551",
hydrate: {
node_ids: [0, 3],
data: [null,null],

Binary file not shown.

Binary file not shown.

View file

@ -9,13 +9,13 @@
<link href="./_app/immutable/assets/_layout-6748d0a2.css" rel="stylesheet">
<link href="./_app/immutable/assets/_page-dfa854c9.css" rel="stylesheet">
<link href="./_app/immutable/assets/HTMLPreview-0d24e5da.css" rel="stylesheet">
<link rel="modulepreload" href="./_app/immutable/start-ac4d11cd.js">
<link rel="modulepreload" href="./_app/immutable/start-e68898b1.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index-44df08c7.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons-b6a05648.js">
<link rel="modulepreload" href="./_app/immutable/components/pages/_layout.svelte-3df27be0.js">
<link rel="modulepreload" href="./_app/immutable/modules/pages/_layout.js-9cbb603b.js">
<link rel="modulepreload" href="./_app/immutable/chunks/_layout-da46b06b.js">
<link rel="modulepreload" href="./_app/immutable/components/pages/_page.svelte-f8a4fad1.js">
<link rel="modulepreload" href="./_app/immutable/components/pages/_page.svelte-79627a7d.js">
<link rel="modulepreload" href="./_app/immutable/chunks/HTMLPreview-47d53caf.js">
<link rel="modulepreload" href="./_app/immutable/chunks/stores-500e7bc6.js">
<script>
@ -71,13 +71,13 @@
<script type="module" data-sveltekit-hydrate="1kxp8ub">
import { start } from "./_app/immutable/start-ac4d11cd.js";
import { start } from "./_app/immutable/start-e68898b1.js";
start({
assets: "",
env: {},
target: document.querySelector('[data-sveltekit-hydrate="1kxp8ub"]').parentNode,
version: "1680551161244",
version: "1680551243551",
hydrate: {
node_ids: [0, 2],
data: [null,null],

Binary file not shown.

Binary file not shown.

View file

@ -1,7 +1,7 @@
const m = [
"/_app/immutable/chunks/0-2c3b3d68.js",
"/_app/immutable/chunks/1-ff9c490e.js",
"/_app/immutable/chunks/2-34ef2edd.js",
"/_app/immutable/chunks/2-0832d1d9.js",
"/_app/immutable/chunks/3-b0888652.js",
"/_app/immutable/assets/HTMLPreview-0d24e5da.css",
"/_app/immutable/chunks/HTMLPreview-47d53caf.js",
@ -9,20 +9,20 @@ const m = [
"/_app/immutable/chunks/index-44df08c7.js",
"/_app/immutable/chunks/singletons-b6a05648.js",
"/_app/immutable/chunks/stores-500e7bc6.js",
"/_app/immutable/start-ac4d11cd.js",
"/_app/immutable/start-e68898b1.js",
"/_app/immutable/components/error.svelte-a7192f92.js",
"/_app/immutable/assets/_layout-6748d0a2.css",
"/_app/immutable/modules/pages/_layout.js-9cbb603b.js",
"/_app/immutable/components/pages/_layout.svelte-3df27be0.js",
"/_app/immutable/assets/_page-dfa854c9.css",
"/_app/immutable/components/pages/_page.svelte-f8a4fad1.js",
"/_app/immutable/components/pages/_page.svelte-79627a7d.js",
"/_app/immutable/components/pages/channel/_page.svelte-37398ba2.js"
], h = [
"/.nojekyll",
"/favicon.png",
"/logo_512.png",
"/manifest.json"
], o = "1680551161244", i = `cache_${o}`, p = m.concat(h), r = new Set(p);
], o = "1680551243551", i = `cache_${o}`, p = m.concat(h), r = new Set(p);
self.addEventListener("install", (e) => {
e.waitUntil(
caches.open(i).then((s) => s.addAll(p)).then(() => {
@ -33,8 +33,8 @@ self.addEventListener("install", (e) => {
self.addEventListener("activate", (e) => {
e.waitUntil(
caches.keys().then(async (s) => {
for (const a of s)
a !== i && await caches.delete(a);
for (const t of s)
t !== i && await caches.delete(t);
self.clients.claim();
}).catch(console.error)
);
@ -42,20 +42,20 @@ self.addEventListener("activate", (e) => {
async function u(e) {
const s = await caches.open(`offline_${o}`);
try {
const a = await fetch(e);
return s.put(e, a.clone()), a;
} catch (a) {
const t = await s.match(e);
if (t)
return t;
throw a;
const t = await fetch(e);
return s.put(e, t.clone()), t;
} catch (t) {
const a = await s.match(e);
if (a)
return a;
throw t;
}
}
self.addEventListener("fetch", (e) => {
if (e.request.method !== "GET" || e.request.headers.has("range"))
return;
const s = new URL(e.request.url), a = s.protocol.startsWith("http"), t = s.hostname === self.location.hostname && s.port !== self.location.port, c = s.host === self.location.host, n = c && r.has(s.pathname), l = e.request.cache === "only-if-cached" && !n;
a && c && !t && !l && e.respondWith(
const s = new URL(e.request.url), t = s.protocol.startsWith("http"), a = s.hostname === self.location.hostname && s.port !== self.location.port, c = s.host === self.location.host, n = c && r.has(s.pathname), l = e.request.cache === "only-if-cached" && !n;
t && c && !a && !l && e.respondWith(
(async () => n && await caches.match(e.request) || u(e.request))()
);
});

Binary file not shown.

Binary file not shown.