- Scroll To Top for Albums and Artists ( closes #123 )
- Opt-in for Prefers Reduced Motion ( closes #124 )
- Thumbnails for local playlists
- Better SW caching
This commit is contained in:
Shiny Nematoda 2023-05-20 15:37:16 +00:00
parent e905bb0d9a
commit 1e59c18acd
11 changed files with 83 additions and 24 deletions

View file

@ -11,7 +11,13 @@ export default defineConfig({
VitePWA({
registerType: 'autoUpdate',
workbox: {
globPatterns: ['**/*.{css,html,png,svg}', 'manifest.webmanifest', '**/index*.js', '**/shaka*.js'],
globPatterns: [
'**/*.{css,html,png,svg}',
'manifest.webmanifest',
'**/index*.js',
'**/shaka*.js',
'**/[A-Z]*.js',
],
},
manifest: {
name: 'Hyperpipe',