Moved to Vue. Making it ✨Vuetiful✨
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m29s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m29s
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user