From 20fd2118e45fa0a913e3b242d748cee5e3183c76 Mon Sep 17 00:00:00 2001 From: juanfcarrillo Date: Mon, 19 Aug 2024 06:16:19 -0500 Subject: [PATCH] feat: changed redirectr --- astro.config.mjs | 3 --- 1 file changed, 3 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 59b5880..1055360 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -30,8 +30,5 @@ export default defineConfig({ region: 'us' // optional, or 'eu' (default) } })], - redirects: { - '/': '/colegio' - }, adapter: vercel() }); \ No newline at end of file