From 34282b82c7b84f189a82fb4fb204c0f546bfd344 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:50:36 +0900 Subject: [PATCH] update links --- astro.config.mjs | 2 -- package-lock.json | 1 - src/content/docs/index.mdx | 2 +- 3 files changed, 1 insertion(+), 4 deletions(-) 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