From 6150b2214fa02ee34f0230a76735d2bb7367a9bd 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:46:45 +0900 Subject: [PATCH] Update astro.config.mjs --- astro.config.mjs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 5bc8534..6ffd9c3 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -14,6 +14,9 @@ import { sidebars } from "./sidebar.config.mjs"; export default defineConfig({ compressHTML: true, prefetch: false, + root: "/learn-flutter/", + site: "https://changjoo-park.github.io/learn-flutter/", + base: "/learn-flutter/", integrations: [ sitemap(), astroExpressiveCode({ @@ -46,6 +49,4 @@ export default defineConfig({ ], ], }, - site: "https://changjoo-park.github.io", - base: "/learn-flutter/", });