Integrate svelte-preprocess into Svelte configuration and update metadata for improved build process. Remove unused Lottie player and related dependencies to streamline project structure.

This commit is contained in:
becarta
2025-05-16 01:19:16 +02:00
parent 82cd940b62
commit a036c95dbc
32 changed files with 44 additions and 7563 deletions

View File

@@ -1,5 +1,8 @@
import sveltePreprocess from 'svelte-preprocess';
/** @type {import('@sveltejs/vite-plugin-svelte').Options} */
const config = {
preprocess: sveltePreprocess(),
compilerOptions: {
css: 'injected'
}