Example routes page
/view/2023-08-23/view/cannot-get-view/view/find-route/view/file-based-routing
For example, in app/Route/About.elm, about is a static segment, so the URL /about will route to this module. page
Segments ending with an underscore (_) are dynamic segments. You can mix static and dynamic segments. For example, app/Route/Blog/Slug_.elm will handle URLs like /blog/my-post. page
We create an app/Route/View/Slug_.elm. commit
npx elm-pages run script/src/AddRoute.elm View.Slug_
[~/.wiki/blog.dreyeck.ch/elm-pages-starter-express]$ npm run build
npm start
⇒ New Page page (http), matrix
⇒ No Route Found
DOT FROM lambda-browsing