upgrade and code mods v0.26 and v0.27
This commit is contained in:
@@ -22,7 +22,7 @@ const Routes = () => {
|
||||
<Route path="/admin/posts/{id:Int}" page={PostPage} name="post" />
|
||||
<Route path="/admin/posts" page={PostsPage} name="posts" />
|
||||
</Private>
|
||||
<Route notfound page={NotFoundPage} />
|
||||
<Route notfound page={NotFoundPage} prerender />
|
||||
</Router>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user