Merge pull request 'Allow CORS' (#7) from main into prod

Reviewed-on: #7
pull/13/head^2
Trivernis 10 months ago
commit c1c41b7c1f

@ -2,5 +2,8 @@ import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()]
plugins: [sveltekit()],
server: {
cors: true,
}
});

Loading…
Cancel
Save