Fix foundation sub-routes to use /foundation instead of /community

cgen-f16d3f7bd9874fde95bbd8f777102d0d
This commit is contained in:
Builder.io 2025-11-07 21:54:02 +00:00
parent 43cf6d148c
commit 6593fdc045

View file

@ -222,15 +222,15 @@ const App = () => (
<Route path="/foundation" element={<Foundation />} />
<Route
path="/community/contribute"
path="/foundation/contribute"
element={<FoundationContribute />}
/>
<Route
path="/community/learn-more"
path="/foundation/learn-more"
element={<FoundationLearnMore />}
/>
<Route
path="/community/get-involved"
path="/foundation/get-involved"
element={<FoundationGetInvolved />}
/>