mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2025-01-03 17:31:58 +03:00
Use empty list of routes for default generated page module.
This commit is contained in:
parent
b328651c4a
commit
80974a8c38
@ -63,7 +63,7 @@ page =
|
||||
|
||||
routes : DataSource (List RouteParams)
|
||||
routes =
|
||||
DataSource.fail "Add some routes"
|
||||
DataSource.succeed []
|
||||
|
||||
|
||||
data : RouteParams -> DataSource Data
|
||||
|
Loading…
Reference in New Issue
Block a user