Moved to Vue. Making it Vuetiful
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m29s

This commit is contained in:
2026-01-25 16:17:20 -07:00
parent 58ae6d5d0c
commit 6b51d34490
9 changed files with 1566 additions and 919 deletions

View File

@@ -1,7 +1,7 @@
// @ts-check
import { defineConfig } from "astro/config";
import solidJs from "@astrojs/solid-js";
import vue from "@astrojs/vue";
import node from "@astrojs/node";
@@ -16,7 +16,7 @@ export default defineConfig({
build: {
inlineStylesheets: "always",
},
integrations: [solidJs(), icon()],
integrations: [vue(), icon()],
adapter: node({
mode: "standalone",