Add Vue integration

This commit is contained in:
Korbs 2024-12-21 18:24:27 -05:00
parent 060330a8a4
commit a2a21dbb8b
Signed by: Korbs
SSH key fingerprint: SHA256:Q0b0KraMldpAO9oKa+w+gcsXsOTykQ4UkAKn0ByGn5U

View file

@ -1,4 +1,5 @@
import { defineConfig } from 'astro/config'
import vue from "@astrojs/vue"
// Settings
import { SiteSettings } from './config.json'
@ -15,7 +16,8 @@ export default defineConfig({
// Integrations
integrations: [
mdx(),
pagefind()
pagefind(),
vue()
],
// Server Output
output: "static",