Comment out a hardcoded subscriptions wiring for now.

This commit is contained in:
Dillon Kearns 2021-04-14 07:34:02 -07:00
parent 166563ae16
commit ebe599c4e1

View File

@ -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"