update cache version name && add source footer

This commit is contained in:
2025-11-18 13:08:23 -05:00
parent 64bd500161
commit c72b6e5f1a
2 changed files with 6 additions and 1 deletions

View File

@ -358,6 +358,11 @@ if scale < 1:
</div> </div>
</section> </section>
<footer id="site-footer">
<a href="https://git.munebase.dev/Munelit/swerve-visualizer">Source for this site can be found here.</a>
</footer>
</main> </main>
<script type="module" src="vendor/lucio/graham-scan.mjs"></script> <script type="module" src="vendor/lucio/graham-scan.mjs"></script>

2
sw.js
View File

@ -1,4 +1,4 @@
const CACHE_NAME = 'v1'; const CACHE_NAME = 'v2';
const ASSETS = [ const ASSETS = [
'/', '/',
'/index.html', '/index.html',