test again...

This commit is contained in:
2026-03-17 01:04:34 +01:00
parent 0034799a92
commit e2f3dbff18
2 changed files with 9 additions and 9 deletions

View File

@@ -2,5 +2,8 @@ import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()]
});
plugins: [sveltekit()],
ssr: {
noExternal: [],
external: ['carta-md', 'isomorphic-dompurify']
}