aboutsummaryrefslogtreecommitdiffstats
path: root/svelte.config.js
diff options
context:
space:
mode:
authorFilip Wandzio <contact@philw.dev>2025-09-08 19:20:16 +0200
committerFilip Wandzio <contact@philw.dev>2025-09-08 19:20:16 +0200
commitfcc7a9157c2c63e86bb6e93558a3a228ff8faa3f (patch)
tree0c0fd22a4b8d1fb2c85e9815510f806c73fc839e /svelte.config.js
parent74eea9c13a4bd9846fd82bbaae841322cf5650fc (diff)
downloadphilw.dev-fcc7a9157c2c63e86bb6e93558a3a228ff8faa3f.tar.gz
philw.dev-fcc7a9157c2c63e86bb6e93558a3a228ff8faa3f.zip
Rewrite whole project in svelte for better accessibility
Signed-off-by: Filip Wandzio <contact@philw.dev>
Diffstat (limited to 'svelte.config.js')
-rw-r--r--svelte.config.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/svelte.config.js b/svelte.config.js
new file mode 100644
index 0000000..96b3455
--- /dev/null
+++ b/svelte.config.js
@@ -0,0 +1,8 @@
1import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
2
3/** @type {import("@sveltejs/vite-plugin-svelte").SvelteConfig} */
4export default {
5 // Consult https://svelte.dev/docs#compile-time-svelte-preprocess
6 // for more information about preprocessors
7 preprocess: vitePreprocess(),
8}