completionId: cgen-5ee672a950484d13bb02b21e4a1f7046

cgen-5ee672a950484d13bb02b21e4a1f7046
This commit is contained in:
Builder.io 2025-11-06 23:23:35 +00:00
parent 92a107c3d7
commit 81c1bb284d

View file

@ -229,7 +229,9 @@ const App = () => (
<Route path="/tutorials" element={<Tutorials />} />
<Route path="/blog" element={<Blog />} />
<Route path="/blog/:slug" element={<BlogPost />} />
<Route path="/community" element={<Foundation />} />
<Route path="/community" element={<Community />} />
<Route path="/community/teams" element={<FoundationTeams />} />
<Route path="/community/about" element={<FoundationAbout />} />
<Route
path="/community/mentorship"
element={<MentorshipRequest />}