mirror of
https://github.com/ChangJoo-Park/learn-flutter.git
synced 2025-06-08 05:33:14 +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({
|
||||
compressHTML: true,
|
||||
prefetch: false,
|
||||
root: "/learn-flutter/",
|
||||
site: "https://changjoo-park.github.io/learn-flutter/",
|
||||
base: "/learn-flutter/",
|
||||
integrations: [
|
||||
sitemap(),
|
||||
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