create sitemap
ssageghi opened this issue · 0 comments
ssageghi commented
Hi
assume that we have so many routes and we create more route with redux cli
how can we create sitemap for this website dynamically
we use react-router for linking route together and I haven't somthing like this
<Route> <Route path='/' /> <Route path='/about' /> <Route path='/projects'> <Route path='/contacts' /> <Route path='/auth' /> </Route>