Skip to content

Commit 7d4d5a2

Browse files
committed
add logo to navbar
1 parent c1e40dd commit 7d4d5a2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

astro.config.mjs

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ export default defineConfig({
66
site: 'https://learn.grow.graphics/',
77
integrations: [
88
starlight({
9-
title: 'Grow-Graphics GD',
9+
title: 'GD Grow',
10+
logo: {
11+
src: './src/assets/gdgrowlogo.svg',
12+
alt: 'GD Grow',
13+
},
1014
social: {
1115
github: 'https://github.com/grow-graphics/gd',
1216
},

0 commit comments

Comments
 (0)