From 4cf2945d3b54a72d1bc49d23b129a6410ebcaa45 Mon Sep 17 00:00:00 2001 From: Nitrrine <43351072+Nitrrine@users.noreply.github.com> Date: Tue, 11 Jun 2024 12:41:11 +0500 Subject: [PATCH] Remove base --- astro.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 5ed3111..7d563a0 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -6,5 +6,4 @@ export default defineConfig({ enabled: false, }, site: "https://stopmalwarecontent.github.io", - base: "/", })