From 4fc0ee9d9c70dad557cbd2aadb99854c06405d1b Mon Sep 17 00:00:00 2001 From: Fluffy-Bean Date: Thu, 23 May 2024 20:34:54 +0100 Subject: [PATCH] :raccoon: --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 324baf4..a379e03 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -3,5 +3,5 @@ import { defineConfig } from 'astro/config'; // https://astro.build/config export default defineConfig({ site: 'https://Fuffy-Bean.github.io', - // base: '/website', + base: '/website', });