mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-29 18:00:47 +03:00
Include posts in list of valid urls.
This commit is contained in:
parent
77a6c48a01
commit
436ee1e3ac
@ -102,7 +102,7 @@ pageView content url =
|
||||
Nothing ->
|
||||
Element.column []
|
||||
[ Element.text "Page not found. Valid routes:\n\n"
|
||||
, content.pages
|
||||
, (content.pages ++ content.posts)
|
||||
|> List.map Tuple.first
|
||||
|> List.map (String.join "/")
|
||||
|> String.join ", "
|
||||
|
Loading…
Reference in New Issue
Block a user