mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-24 15:12:01 +03:00
Use type variable with better name.
This commit is contained in:
parent
8bf9259687
commit
9883f10905
@ -159,7 +159,7 @@ view maybeUrl sharedModel staticPayload =
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
head : StaticPayload Data ActionData {} -> List Head.Tag
|
head : StaticPayload Data ActionData RouteParams -> List Head.Tag
|
||||||
head staticPayload =
|
head staticPayload =
|
||||||
Seo.summary
|
Seo.summary
|
||||||
{ canonicalUrlOverride = Nothing
|
{ canonicalUrlOverride = Nothing
|
||||||
|
Loading…
Reference in New Issue
Block a user