refactor: use more generic resource system
Some checks failed
Deploy to SFTP Server / build (push) Failing after 7m2s

This commit is contained in:
Max Richter
2025-10-06 00:30:44 +02:00
parent 61251e2c85
commit 06e5126fe0
17 changed files with 1375 additions and 1683 deletions

View File

@@ -1,5 +1,10 @@
import { vitePreprocess } from '@astrojs/svelte';
import { vitePreprocess } from "@astrojs/svelte";
export default {
preprocess: vitePreprocess(),
}
compilerOptions: {
experimental: {
async: true,
},
},
};