From 031dcf66edf938ead133a7bda05021a60d43f97b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Camilo=20Gonz=C3=A1lez?= Date: Mon, 27 Nov 2023 06:17:25 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20ruta=20base?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 74b9960..3fc55d3 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -5,7 +5,7 @@ export default defineConfig({ compressHTML: true, outDir: './publico', site: 'https://enflujo.com', - base: '/', + base: '/enflujo-haciendocaminos', build: { assets: 'estaticos', },