diff --git a/projects/sveltekit-ts/package.json b/projects/sveltekit-ts/package.json index cbf49c9..4d82d93 100644 --- a/projects/sveltekit-ts/package.json +++ b/projects/sveltekit-ts/package.json @@ -3,7 +3,7 @@ "private": true, "scripts": { "dev": "vite dev", - "build": "vite build", + "build": "vite build --base ./", "preview": "vite preview", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"