upgrade and code mods v0.26 and v0.27

This commit is contained in:
David S Price
2021-03-10 23:26:51 -08:00
parent 6254e24801
commit 5c7f9832f9
7 changed files with 957 additions and 239 deletions

View File

@@ -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>
)
}