mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2025-01-03 17:31:58 +03:00
Add annotation.
This commit is contained in:
parent
091210023e
commit
5bcee08984
@ -231,6 +231,7 @@ init config flags url key =
|
||||
|> List.filterMap identity
|
||||
|> Cmd.batch
|
||||
|
||||
initialModel : Model userModel pageData sharedData
|
||||
initialModel =
|
||||
{ key = key
|
||||
, url = url
|
||||
@ -292,8 +293,7 @@ type alias Model userModel pageData sharedData =
|
||||
, contentCache : ContentCache
|
||||
, ariaNavigationAnnouncement : String
|
||||
, pageData :
|
||||
Result
|
||||
String
|
||||
Result String
|
||||
{ userModel : userModel
|
||||
, pageData : pageData
|
||||
, sharedData : sharedData
|
||||
|
Loading…
Reference in New Issue
Block a user