Add community tab route

cgen-fa453879491d4d5b80d84bef6c280c48
This commit is contained in:
Builder.io 2025-10-14 00:01:29 +00:00
parent 106c62dafb
commit ca506ba2f6

View file

@ -118,6 +118,7 @@ const App = () => (
<Route path="/blog" element={<Blog />} />
<Route path="/blog/:slug" element={<BlogPost />} />
<Route path="/community" element={<Community />} />
<Route path="/community/:tabId" element={<Community />} />
<Route path="/support" element={<Support />} />
<Route path="/status" element={<Status />} />
<Route path="/changelog" element={<Changelog />} />