You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`astro.config.mjs` - Site config including sidebar structure
36
+
-`astro.config.ts` - Site config including sidebar structure
35
37
36
38
### Component Pattern
37
39
React components are wrapped in `.astro` files for MDX usage. All React components export from `src/components/react/index.ts`. Use `client:load` directive when importing React components in MDX.
0 commit comments