mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-27 11:05:46 +03:00
Comment out a hardcoded subscriptions wiring for now.
This commit is contained in:
parent
166563ae16
commit
ebe599c4e1
@ -328,7 +328,7 @@ main =
|
||||
\\path model ->
|
||||
Sub.batch
|
||||
[ Shared.template.subscriptions path model.global |> Sub.map MsgGlobal
|
||||
, templateSubscriptions (Route.Blog {}) path model
|
||||
-- , templateSubscriptions (Route.Blog {}) path model
|
||||
]
|
||||
, onPageChange = Just OnPageChange
|
||||
, canonicalSiteUrl = "TODO"
|
||||
|
Loading…
Reference in New Issue
Block a user