update base

This commit is contained in:
ChangJoo Park(박창주) 2025-05-14 10:42:10 +09:00
parent c07f804f9b
commit 6cac880ef5

View file

@ -46,6 +46,6 @@ export default defineConfig({
], ],
], ],
}, },
site: "https://changjoo-park.github.io/learn-flutter", site: "https://changjoo-park.github.io",
base: "learn-flutter", base: "/learn-flutter/",
}); });