what is happening

This commit is contained in:
2023-11-04 13:07:16 +01:00
parent 76b819b8b1
commit 7d6e4241a5
16 changed files with 65 additions and 69 deletions

View File

@ -2,7 +2,7 @@ import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
base: '',
base: '.',
root: 'src',
plugins: [sveltekit()],
build: {