Skip to content

Commit 1908ba3

Browse files
authored
Update site title and social links in config
1 parent 4192ddb commit 1908ba3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

astro.config.mjs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import starlight from '@astrojs/starlight';
66
export default defineConfig({
77
integrations: [
88
starlight({
9-
title: 'My Docs',
10-
social: [{ icon: 'github', label: 'GitHub', href: 'https://github.com/withastro/starlight' }],
9+
title: 'GrassProject',
10+
social: [{ icon: 'github', label: 'GitHub', href: 'https://github.com/grassproject' }],
1111
sidebar: [
1212
{
1313
label: 'Guides',
@@ -23,4 +23,6 @@ export default defineConfig({
2323
],
2424
}),
2525
],
26+
site: 'https://grassproject.github.io',
27+
base: '/docs',
2628
});

0 commit comments

Comments
 (0)