update links

This commit is contained in:
ChangJoo Park(박창주) 2025-05-14 10:50:36 +09:00
parent 6150b2214f
commit 34282b82c7
3 changed files with 1 additions and 4 deletions

View file

@ -14,9 +14,7 @@ import { sidebars } from "./sidebar.config.mjs";
export default defineConfig({ export default defineConfig({
compressHTML: true, compressHTML: true,
prefetch: false, prefetch: false,
root: "/learn-flutter/",
site: "https://changjoo-park.github.io/learn-flutter/", site: "https://changjoo-park.github.io/learn-flutter/",
base: "/learn-flutter/",
integrations: [ integrations: [
sitemap(), sitemap(),
astroExpressiveCode({ astroExpressiveCode({

1
package-lock.json generated
View file

@ -7,7 +7,6 @@
"": { "": {
"name": "flutter-in-korean", "name": "flutter-in-korean",
"version": "0.0.1", "version": "0.0.1",
"hasInstallScript": true,
"dependencies": { "dependencies": {
"@astrojs/sitemap": "^3.4.0", "@astrojs/sitemap": "^3.4.0",
"@astrojs/starlight": "^0.34.3", "@astrojs/starlight": "^0.34.3",

View file

@ -8,7 +8,7 @@ hero:
file: ../../assets/houston.webp file: ../../assets/houston.webp
actions: actions:
- text: Example Guide - text: Example Guide
link: /part1/introduction/ link: /learn-flutter/part1/introduction/
icon: right-arrow icon: right-arrow
- text: Read the Starlight docs - text: Read the Starlight docs
link: https://starlight.astro.build link: https://starlight.astro.build