mirror of
https://github.com/ChangJoo-Park/learn-flutter.git
synced 2025-06-08 13:43:12 +00:00
Update astro.config.mjs
This commit is contained in:
parent
6cac880ef5
commit
6150b2214f
1 changed files with 3 additions and 2 deletions
|
@ -14,6 +14,9 @@ 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/",
|
||||||
|
base: "/learn-flutter/",
|
||||||
integrations: [
|
integrations: [
|
||||||
sitemap(),
|
sitemap(),
|
||||||
astroExpressiveCode({
|
astroExpressiveCode({
|
||||||
|
@ -46,6 +49,4 @@ export default defineConfig({
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
site: "https://changjoo-park.github.io",
|
|
||||||
base: "/learn-flutter/",
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue