🚀 Makes deploy action run

This commit is contained in:
Rune Harlyk
2025-07-10 22:34:24 +02:00
parent a3de13c619
commit 743aa073b7
4 changed files with 52 additions and 37 deletions
+6 -3
View File
@@ -1,10 +1,10 @@
import adapter from '@sveltejs/adapter-static'
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
const basePath = process.env.BASE_PATH ?? ''
/** @type {import('@sveltejs/kit').Config} */
const config = {
// Consult https://kit.svelte.dev/docs/integrations#preprocessors
// for more information about preprocessors
preprocess: vitePreprocess(),
kit: {
@@ -14,7 +14,10 @@ const config = {
fallback: 'index.html',
precompress: false,
strict: true
})
}),
paths: {
base: basePath
}
}
}