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/", });