Rebuild docs

This commit is contained in:
Arhey 2022-05-03 14:22:38 +03:00
parent 5c1ab337f6
commit edcd3f5b4a
17 changed files with 7 additions and 8 deletions

View file

@ -1,6 +1,6 @@
{
".svelte-kit/runtime/client/start.js": {
"file": "start-d43d765c.js",
"file": "start-01c47118.js",
"src": ".svelte-kit/runtime/client/start.js",
"isEntry": true,
"imports": [

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1 +1 @@
{"version":"1650585984725"}
{"version":"1651576934419"}

Binary file not shown.

Binary file not shown.

View file

@ -19,7 +19,7 @@
<link rel="stylesheet" href="/_app/assets/vendor-c8b32335.css">
<link rel="stylesheet" href="/_app/assets/pages/__layout.svelte-0f0f9924.css">
<link rel="stylesheet" href="/_app/assets/pages/index.svelte-fade4f59.css">
<link rel="modulepreload" href="/_app/start-d43d765c.js">
<link rel="modulepreload" href="/_app/start-01c47118.js">
<link rel="modulepreload" href="/_app/chunks/vendor-e06f8fa1.js">
<link rel="modulepreload" href="/_app/pages/__layout.svelte-8a4b19fb.js">
<link rel="modulepreload" href="/_app/chunks/store-93a026ed.js">
@ -64,7 +64,7 @@
<script type="module" data-hydrate="1wsdtjz">
import { start } from "/_app/start-d43d765c.js";
import { start } from "/_app/start-01c47118.js";
start({
target: document.querySelector('[data-hydrate="1wsdtjz"]').parentNode,
paths: {"base":"","assets":""},

Binary file not shown.

Binary file not shown.

View file

@ -1,5 +1,5 @@
const build = [
"/_app/start-d43d765c.js",
"/_app/start-01c47118.js",
"/_app/pages/__layout.svelte-8a4b19fb.js",
"/_app/assets/pages/__layout.svelte-0f0f9924.css",
"/_app/error.svelte-eafc136f.js",
@ -15,11 +15,10 @@ const files = [
"/logo_512.png",
"/manifest.json"
];
const version = "1650585984725";
const version = "1651576934419";
const ASSETS = `cache_${version}`;
const to_cache = build.concat(files);
const staticAssets = new Set(to_cache);
console.log(ASSETS, staticAssets);
self.addEventListener("install", (event) => {
event.waitUntil(caches.open(ASSETS).then((cache) => cache.addAll(to_cache)).then(() => {
self.skipWaiting();

Binary file not shown.

Binary file not shown.