diff --git a/astro.config.mjs b/astro.config.mjs index a7bc050..a84ca63 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -132,14 +132,14 @@ export default defineConfig({ }, sidebar: [ { label: 'Getting Started', link: '/getting-started' }, - { - label: 'Ingredients', - autogenerate: { directory: 'ingredients' }, - }, { label: 'Architecture', autogenerate: { directory: 'architecture' }, }, + { + label: 'Ingredients', + autogenerate: { directory: 'ingredients' }, + }, ], }), tailwind({