fix: some shit
This commit is contained in:
parent
b432535fea
commit
89a68fad26
15
static/sw.js
15
static/sw.js
@ -60,14 +60,13 @@ self.addEventListener("activate", (event) => {
|
||||
self.addEventListener("install", (event) => {
|
||||
event.waitUntil(
|
||||
addResourcesToCache([
|
||||
"./",
|
||||
"/index.html",
|
||||
"./global.css",
|
||||
"./prism-material-dark.css",
|
||||
"./placeholder.svg",
|
||||
"./grainy-gradient.png",
|
||||
"./fonts/work-sans-v18-latin-700.woff2",
|
||||
"./fonts/work-sans-v18-latin-regular.woff2",
|
||||
"/",
|
||||
"/global.css",
|
||||
"/prism-material-dark.css",
|
||||
"/placeholder.svg",
|
||||
"/grainy-gradient.png",
|
||||
"/fonts/work-sans-v18-latin-700.woff2",
|
||||
"/fonts/work-sans-v18-latin-regular.woff2",
|
||||
]),
|
||||
);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user