mirror of
https://github.com/KevinMidboe/k9e.no.git
synced 2026-02-13 11:49:37 +00:00
Initital commit simple bio page
This commit is contained in:
6
vite.config.ts
Normal file
6
vite.config.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { sveltekit } from '@sveltejs/kit/vite';
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [sveltekit()]
|
||||
});
|
||||
Reference in New Issue
Block a user