diff --git a/astro.config.mjs b/astro.config.mjs index 6ffd9c3..392b766 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -14,9 +14,7 @@ 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({ diff --git a/package-lock.json b/package-lock.json index 263586a..a7d9f6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,6 @@ "": { "name": "flutter-in-korean", "version": "0.0.1", - "hasInstallScript": true, "dependencies": { "@astrojs/sitemap": "^3.4.0", "@astrojs/starlight": "^0.34.3", diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 73c5cd3..597be02 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -8,7 +8,7 @@ hero: file: ../../assets/houston.webp actions: - text: Example Guide - link: /part1/introduction/ + link: /learn-flutter/part1/introduction/ icon: right-arrow - text: Read the Starlight docs link: https://starlight.astro.build