diff --git a/IHP/ViewSupport.hs b/IHP/ViewSupport.hs index 1bf0c2192..89b81eb26 100644 --- a/IHP/ViewSupport.hs +++ b/IHP/ViewSupport.hs @@ -254,4 +254,5 @@ liveReloadWebsocketUrl :: (?context :: ControllerContext) => Text liveReloadWebsocketUrl = ?context |> FrameworkConfig.getFrameworkConfig |> get #ideBaseUrl - |> Text.replace "http://" "ws://" \ No newline at end of file + |> Text.replace "http://" "ws://" + |> Text.replace "https://" "wss://" \ No newline at end of file