Fix #46 add playlists and version to footer

This commit is contained in:
2025-07-10 13:38:41 +02:00
parent 7cdfa00af5
commit 44fc2bb621
11 changed files with 62 additions and 7 deletions

View File

@ -12,7 +12,9 @@ const config = {
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter(),
version: {
name: process.env.npm_package_version
},
csp: {
directives: {
'script-src': ['self', 'unsafe-inline'],