mirror of
https://github.com/ChangJoo-Park/learn-flutter.git
synced 2025-06-07 21:23:07 +00:00
update links
This commit is contained in:
parent
6150b2214f
commit
34282b82c7
3 changed files with 1 additions and 4 deletions
|
@ -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({
|
||||
|
|
1
package-lock.json
generated
1
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue