Update app.tsx

This commit is contained in:
plebeius
2026-02-23 19:37:13 +08:00
parent bb027794ee
commit f82ebcce82
+1 -1
View File
@@ -270,7 +270,7 @@ const App = () => {
<Route path='/subs/*' element={<Navigate to='/not-found' replace />} />
<Route path='/mod/*' element={<Navigate to='/not-found' replace />} />
<Route path='/:boardIdentifier/:pageNumber(\\d+)' element={boardFeedElement} />
<Route path='/:boardIdentifier/:pageNumber' element={boardFeedElement} />
<Route path='/:boardIdentifier' element={boardFeedElement} />
<Route path='/:boardIdentifier/settings' element={boardFeedElement} />
<Route path='/:boardIdentifier/catalog' element={catalogFeedElement} />