fix: add site URL to astro config, include layouts in knip entry

This commit is contained in:
bymyself
2026-03-17 00:03:41 -07:00
parent 062a0e1df2
commit 22168d2546

View File

@@ -3,6 +3,7 @@ import vue from '@astrojs/vue'
import tailwindcss from '@tailwindcss/vite'
export default defineConfig({
site: 'https://comfy.org',
output: 'static',
integrations: [vue()],
vite: {