Formatting and config

This commit is contained in:
aronmal 2023-08-22 11:58:27 +02:00
parent ac8a31795e
commit 52fd781b60
Signed by: aronmal
GPG key ID: 816B7707426FC612
23 changed files with 521 additions and 515 deletions

View file

@ -1,4 +1,8 @@
import { defineConfig } from 'astro/config';
import solidJs from "@astrojs/solid-js"
import { defineConfig } from "astro/config"
// https://astro.build/config
export default defineConfig({});
export default defineConfig({
integrations: [solidJs()],
output: "hybrid",
})