Skip to content

Commit 710a61f

Browse files
committed
docs: configure site URL and base path for deployment
- Add `site` and `base` configuration options to astro.config.mjs - Set site URL to 'https://flutter-news-app-full-source-code.github.io' - Set base path to '/docs' for GitHub Pages deployment
1 parent ca255b6 commit 710a61f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

astro.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import starlight from '@astrojs/starlight';
44

55
// https://astro.build/config
66
export default defineConfig({
7+
site: 'https://flutter-news-app-full-source-code.github.io',
8+
base: '/docs',
79
integrations: [
810
starlight({
911
title: 'Flutter News App Toolkit',

0 commit comments

Comments
 (0)