Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2021-12-19 18:14:45 +00:00
parent 66fd857b56
commit b95a8760e4
2 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@ export class Conversation extends HTMLElement {
let who = this.getAttribute("name");
let mood = this.getAttribute("mood");
root.appendChild(h("link", {rel: "stylesheet", href: "/css/hack.css"}));
root.appendChild(h("link", {rel: "stylesheet", href: "/css/gruvbox-dark.css"}));
root.appendChild(h("link", {rel: "stylesheet", href: "/css/shim.css"}));
root.appendChild(h("style", {textContent: `img { width: 67%; }`}));

View File

@ -5,7 +5,7 @@ self.addEventListener('install', function (event) {
event.waitUntil(preLoad());
});
const cacheName = "cache-xesite-2.3.0-4";
const cacheName = "cache-xesite-2.3.0-999";
var preLoad = function () {
console.log('[PWA Builder] Install Event processing');