Skip to content

Commit f79acbb

Browse files
Fix starlight sidebar linking /Element
1 parent 4f76d9c commit f79acbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/astro.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default defineConfig({
5656
{
5757
label: 'Elements',
5858
items: [
59-
{slug: 'Element'},
59+
{label: 'Element types', link: '/Element'},
6060
{slug: 'Element_tree'},
6161
]
6262
},

0 commit comments

Comments
 (0)