diff --git a/astro.config.mjs b/astro.config.mjs index 4439d1f..9f7c7c9 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -77,6 +77,12 @@ export default defineConfig({ directory: "code_style", }, }, + { + label: "❌ Error Handling", + autogenerate: { + directory: "error_handling", + }, + }, { label: "📺 Examples", badge: "NEW",