Skip to content

Commit

Permalink
Revert config
Browse files Browse the repository at this point in the history
  • Loading branch information
tracygardner committed Jan 16, 2025
1 parent 8948ae7 commit ea43bc2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dev-dist/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"), {
Expand Down
3 changes: 1 addition & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@

<meta name="theme-color" content="#511d91" />

<script type="module" crossorigin src="/assets/main-DdOXZ-gf.js"></script>
<link rel="modulepreload" crossorigin href="/assets/shapes-CM-sl_Ad.js">
<script type="module" crossorigin src="/assets/index-B-4ulISN.js"></script>

<link rel="manifest" href="/flock/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/flock/registerSW.js"></script></head>

Expand Down
9 changes: 3 additions & 6 deletions vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
}
}

0 comments on commit ea43bc2

Please sign in to comment.