From 8e7b5f25f91edcf5800897595d6482b77f4f431e Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Mon, 4 Mar 2024 23:58:55 +0200 Subject: [PATCH] Update astro.config.mjs --- astro.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 4d72a78..91b37a7 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -5,6 +5,5 @@ import tailwind from "@astrojs/tailwind"; // https://astro.build/config export default defineConfig({ site: 'https://globed.dev', - base: '/', integrations: [tailwind()] });