mirror of
https://github.com/ChangJoo-Park/learn-flutter.git
synced 2025-06-08 05:33:14 +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({
|
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
1
package-lock.json
generated
|
@ -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",
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue