prettier and updated website header

This commit is contained in:
2026-06-08 01:13:30 +02:00
parent fe9e9082b2
commit 4449b5207b
18 changed files with 503 additions and 482 deletions
+5 -5
View File
@@ -4,9 +4,9 @@ import babel from "@rolldown/plugin-babel";
import tailwindcss from "@tailwindcss/vite";
export default defineConfig({
plugins: [
tailwindcss(),
react(),
babel({ presets: [reactCompilerPreset()] }),
],
plugins: [
tailwindcss(),
react(),
babel({ presets: [reactCompilerPreset()] }),
],
});