add:db migration to dockerbuild and edit origin url

This commit is contained in:
2025-12-16 14:18:30 +01:00
parent 0c1c9d202d
commit deebeb056f
7 changed files with 47 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ const config = {
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
adapter: adapter(),
csrf: {
trustedOrigins: ['http://localhost:3000', 'https://serengo.ziasvannes.tech']
trustedOrigins: ['http://localhost:3000', 'https://serengo.zias.be']
},
alias: {
'@/*': './src/lib/*'