We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6fd612 commit 290ede3Copy full SHA for 290ede3
1 file changed
astro.config.ts
@@ -26,7 +26,7 @@ export default defineConfig({
26
{
27
label: "Recipes",
28
translations: { ru: "Рецепты" },
29
- autogenerate: { directory: "recipes" },
+ items: [{ autogenerate: { directory: "recipes" } }],
30
},
31
],
32
}),
0 commit comments