feat: add minimal about and contact pages

This commit is contained in:
2026-02-07 17:31:20 +01:00
parent eb4e0b3118
commit 7a8dc334c8
6 changed files with 286 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
const CACHE_NAME = 'dgray-v45';
const CACHE_NAME = 'dgray-v47';
const STATIC_ASSETS = [
'/',
'/index.html',
@@ -60,6 +60,8 @@ const STATIC_ASSETS = [
'/js/components/pages/page-notifications.js',
'/js/components/pages/page-privacy.js',
'/js/components/pages/page-terms.js',
'/js/components/pages/page-about.js',
'/js/components/pages/page-contact.js',
// Vendor
'/js/vendor/cropper.min.js',