From 6cac880ef51e7a4b509a8abb594f1054212ce297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ChangJoo=20Park=28=EB=B0=95=EC=B0=BD=EC=A3=BC=29?= Date: Wed, 14 May 2025 10:42:10 +0900 Subject: [PATCH] update base --- astro.config.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 412e741..5bc8534 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -46,6 +46,6 @@ export default defineConfig({ ], ], }, - site: "https://changjoo-park.github.io/learn-flutter", - base: "learn-flutter", + site: "https://changjoo-park.github.io", + base: "/learn-flutter/", });