From d26b5e233def185f536e0681574211161da28f03 Mon Sep 17 00:00:00 2001 From: Chris Markus Date: Tue, 28 Nov 2023 17:16:49 -0500 Subject: [PATCH] fix build --- astro.config.mjs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 5db8376..a30b542 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -5,5 +5,9 @@ import alpinejs from "@astrojs/alpinejs"; // https://astro.build/config export default defineConfig({ - integrations: [tailwind(), alpinejs()] + integrations: [tailwind(), alpinejs()], + base: '/astro-tailwind-mambaui-template', + build: { + assets: 'astro' + } }); \ No newline at end of file