|
|
|
@ -12,7 +12,7 @@ import { Router, Route } from '@redwoodjs/router'
|
|
|
|
|
const Routes = () => {
|
|
|
|
|
return (
|
|
|
|
|
<Router>
|
|
|
|
|
<Route path="/" page={HomePage} name="home" prerender />
|
|
|
|
|
<Route path="/" page={HomePage} name="home" />
|
|
|
|
|
<Route notfound page={NotFoundPage} />
|
|
|
|
|
</Router>
|
|
|
|
|
)
|
|
|
|
|