Skip to content

Commit

Permalink
Merge branch 'main' into feat/insights
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3rw3rk authored Jan 3, 2025
2 parents 215e50d + 1ad20eb commit 4018217
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/elm/Shared.elm
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,15 @@ init flagsResult route =
Effect.none

uiBaseURL =
route.url |> (\entryUrl -> Url.toString { entryUrl | path = "" })
route.url
|> (\entryUrl ->
Url.toString
{ entryUrl
| path = ""
, query = Nothing
, fragment = Nothing
}
)
in
( { -- FLAGS
velaAPIBaseURL = flags.velaAPI
Expand Down

0 comments on commit 4018217

Please sign in to comment.