mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-27 11:05:46 +03:00
Fix error.
This commit is contained in:
parent
890707d911
commit
37b3efc055
@ -1258,7 +1258,7 @@ sendProgress singlePage =
|
||||
|
||||
|
||||
render404Page :
|
||||
ProgramConfig userMsg userModel (Maybe route) siteData pageData sharedData
|
||||
ProgramConfig userMsg userModel route siteData pageData sharedData
|
||||
-> Model route
|
||||
-> Path
|
||||
-> NotFoundReason
|
||||
|
@ -1,4 +1,4 @@
|
||||
module StructuredData exposing (StructuredData(..), additionalName, article, article_, computerLanguage, elmLang, encode, episode, example, person, series, softwareSourceCode)
|
||||
module StructuredData exposing (StructuredData(..), additionalName, article, article_, computerLanguage, elmLang, encode, episode, person, series, softwareSourceCode)
|
||||
|
||||
import Json.Encode as Encode
|
||||
import Pages.Url
|
||||
|
Loading…
Reference in New Issue
Block a user