mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 12:48:01 +02:00
"See more" for albums and singles in artist page
This commit is contained in:
parent
9dd4534f83
commit
3f5abe967b
7 changed files with 81 additions and 85 deletions
|
@ -11,10 +11,7 @@ export default defineConfig({
|
|||
VitePWA({
|
||||
registerType: 'autoUpdate',
|
||||
workbox: {
|
||||
globPatterns: [
|
||||
'**/*.{js,css,html,png,svg,woff2}',
|
||||
'manifest.webmanifest',
|
||||
],
|
||||
globPatterns: ['**/*.{css,html,png,svg}', 'manifest.webmanifest'],
|
||||
},
|
||||
manifest: {
|
||||
name: 'Hyperpipe',
|
||||
|
@ -48,7 +45,6 @@ export default defineConfig({
|
|||
resolve: {
|
||||
alias: {
|
||||
'@': fileURLToPath(new URL('./src', import.meta.url)),
|
||||
stream: 'stream-browserify',
|
||||
},
|
||||
},
|
||||
build: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue