Skip to content

Commit

Permalink
chore: add Forum to sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
YHhaoareyou committed Sep 23, 2023
1 parent 435da46 commit fb5f8eb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
18 changes: 12 additions & 6 deletions apps/root/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://wasedatime.com/forum</loc>
<lastmod>2021-03-01</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://wasedatime.com/campus</loc>
<lastmod>2021-03-01</lastmod>
Expand All @@ -31,10 +37,10 @@
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://wasedatime.com/feeds</loc>
<lastmod>2021-03-01</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://wasedatime.com/feeds</loc>
<lastmod>2021-03-01</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
</urlset>
4 changes: 2 additions & 2 deletions apps/root/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ const AppRoutes = () => {
<Route element={<Redirect to="/courses/timetable" />} path="/timetable" />
<Route element={<Redirect to="/courses/syllabus" />} path="/syllabus" />
<Route element={<></>} path="/forum" />
<Route element={<></>} path="/forum/:boardSlug" />
<Route element={<></>} path="/forum/:boardSlug/:threadUuid" />
<Route element={<></>} path="/forum/academic" />
<Route element={<></>} path="/forum/*" />
<Route element={<></>} path="/campus" />
{/* <Route element={<></>} path="/career" /> */}
<Route element={<NotFound />} path="*" />
Expand Down

0 comments on commit fb5f8eb

Please sign in to comment.