From ea43bc24f1532ac23794acc7fde2d53a6cc87913 Mon Sep 17 00:00:00 2001 From: Dr Tracy Gardner Date: Thu, 16 Jan 2025 12:04:13 +0000 Subject: [PATCH] Revert config --- dev-dist/sw.js | 2 +- dist/index.html | 3 +-- vite.config.mjs | 9 +++------ 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/dev-dist/sw.js b/dev-dist/sw.js index 511b8e7..91a3267 100644 --- a/dev-dist/sw.js +++ b/dev-dist/sw.js @@ -91,7 +91,7 @@ define(['./workbox-d9a5ed57'], (function (workbox) { 'use strict'; "revision": "3ca0b8505b4bec776b69afdba2768812" }, { "url": "index.html", - "revision": "0.grc8ht9eolg" + "revision": "0.e3d7gq7qrfo" }], {}); workbox.cleanupOutdatedCaches(); workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), { diff --git a/dist/index.html b/dist/index.html index e905538..8a955b3 100644 --- a/dist/index.html +++ b/dist/index.html @@ -18,8 +18,7 @@ - - + diff --git a/vite.config.mjs b/vite.config.mjs index ce3f1eb..5ecd669 100644 --- a/vite.config.mjs +++ b/vite.config.mjs @@ -207,10 +207,7 @@ export default { assetsInlineLimit: 100000, // Set high enough to include font files cssCodeSplit: false, // Disables CSS code splitting and inlines CSS into JavaScript rollupOptions: { - input: { - main: 'index.html', - tutorial: 'tutorial.html' - } - } - }, + input: 'index.html', + }, + } } \ No newline at end of file