Spaces:
Running
Running
moxhi 5ff3a1f
Browse files- assets/{main-Bt6uNkpp.js → main-CKq2fiQB.js} +0 -0
- index.html +1 -1
- sw.js +5 -5
assets/{main-Bt6uNkpp.js → main-CKq2fiQB.js}
RENAMED
|
The diff for this file is too large to render.
See raw diff
|
|
|
index.html
CHANGED
|
@@ -67,7 +67,7 @@
|
|
| 67 |
]
|
| 68 |
}
|
| 69 |
</script>
|
| 70 |
-
<script type="module" crossorigin src="/assets/main-
|
| 71 |
<link rel="modulepreload" crossorigin href="/assets/modulepreload-polyfill-B5Qt9EMX.js">
|
| 72 |
<link rel="modulepreload" crossorigin href="/assets/preload-helper-DpiWnaYd.js">
|
| 73 |
<link rel="modulepreload" crossorigin href="/assets/models-QsPq0tJ5.js">
|
|
|
|
| 67 |
]
|
| 68 |
}
|
| 69 |
</script>
|
| 70 |
+
<script type="module" crossorigin src="/assets/main-CKq2fiQB.js"></script>
|
| 71 |
<link rel="modulepreload" crossorigin href="/assets/modulepreload-polyfill-B5Qt9EMX.js">
|
| 72 |
<link rel="modulepreload" crossorigin href="/assets/preload-helper-DpiWnaYd.js">
|
| 73 |
<link rel="modulepreload" crossorigin href="/assets/models-QsPq0tJ5.js">
|
sw.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
// Service worker TEMPLATE — deploy_pages.mjs stamps
|
| 2 |
-
// ["/","/about.html","/board.html","/manifest.webmanifest","/icon-192.png","/assets/main-
|
| 3 |
//
|
| 4 |
// Cache layers (all same-origin GET only):
|
| 5 |
// moxhi-shell-<build> app shell: precached index + hashed /assets/*
|
|
@@ -12,12 +12,12 @@
|
|
| 12 |
// them in its own Cache Storage bucket (content-addressed names).
|
| 13 |
/* global self, caches, fetch, location */
|
| 14 |
|
| 15 |
-
//
|
| 16 |
// generations SORTABLE by name — activate keeps the newest previous
|
| 17 |
// generation instead of guessing which cache an old tab still needs.
|
| 18 |
-
const SHELL = 'moxhi-shell-
|
| 19 |
const DATA = 'moxhi-data-v1';
|
| 20 |
-
const PRECACHE = ["/","/about.html","/board.html","/manifest.webmanifest","/icon-192.png","/assets/main-
|
| 21 |
// Model/data files the app fetches during startup — often BEFORE this SW has
|
| 22 |
// claimed the page on its very first visit, so runtime caching would miss
|
| 23 |
// them and the first offline reload would fail engine init. Precache them
|
|
|
|
| 1 |
+
// Service worker TEMPLATE — deploy_pages.mjs stamps 5ff3a1f and
|
| 2 |
+
// ["/","/about.html","/board.html","/manifest.webmanifest","/icon-192.png","/assets/main-CKq2fiQB.js","/assets/modulepreload-polyfill-B5Qt9EMX.js","/assets/preload-helper-DpiWnaYd.js","/assets/models-QsPq0tJ5.js","/assets/main-CNSay7C8.css","/assets/about-BRw9WSHl.css","/assets/board-DQggw35t.js","/assets/board-DFM1bO4t.css","/assets/playfair-vietnamese-Cabi7G8-.woff2","/assets/playfair-latin-BOwq7MWX.woff2"] and writes the result to dist/sw.js. Never served in dev.
|
| 3 |
//
|
| 4 |
// Cache layers (all same-origin GET only):
|
| 5 |
// moxhi-shell-<build> app shell: precached index + hashed /assets/*
|
|
|
|
| 12 |
// them in its own Cache Storage bucket (content-addressed names).
|
| 13 |
/* global self, caches, fetch, location */
|
| 14 |
|
| 15 |
+
// 20260818115834 (yyyymmddHHMMSS, stamped by deploy_pages.mjs) makes shell
|
| 16 |
// generations SORTABLE by name — activate keeps the newest previous
|
| 17 |
// generation instead of guessing which cache an old tab still needs.
|
| 18 |
+
const SHELL = 'moxhi-shell-20260818115834-5ff3a1f';
|
| 19 |
const DATA = 'moxhi-data-v1';
|
| 20 |
+
const PRECACHE = ["/","/about.html","/board.html","/manifest.webmanifest","/icon-192.png","/assets/main-CKq2fiQB.js","/assets/modulepreload-polyfill-B5Qt9EMX.js","/assets/preload-helper-DpiWnaYd.js","/assets/models-QsPq0tJ5.js","/assets/main-CNSay7C8.css","/assets/about-BRw9WSHl.css","/assets/board-DQggw35t.js","/assets/board-DFM1bO4t.css","/assets/playfair-vietnamese-Cabi7G8-.woff2","/assets/playfair-latin-BOwq7MWX.woff2"];
|
| 21 |
// Model/data files the app fetches during startup — often BEFORE this SW has
|
| 22 |
// claimed the page on its very first visit, so runtime caching would miss
|
| 23 |
// them and the first offline reload would fail engine init. Precache them
|