From 0a28d0e3935111e7cc10da39be437b23f9a74471 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Fri, 29 Apr 2022 16:08:17 -0500 Subject: [PATCH] Add vue integration reference --- astro.config.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/astro.config.mjs b/astro.config.mjs index 52dc58c..9bf7080 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -15,6 +15,8 @@ export default defineConfig({ netlify({ dist: new URL('./dist/', import.meta.url) }), + // Astro Vue Reference + // https://github.com/withastro/astro/tree/main/packages/integrations/vue vue(), tailwind() ]