Skip to content

Commit

Permalink
Not quite ideal if the website is deployed to a folder, so removing /…
Browse files Browse the repository at this point in the history
… for now. But this should be handled more carefully.
  • Loading branch information
granicz committed May 17, 2024
1 parent 26e2e7d commit df95367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client.fs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ module App =
let currentPage = Router.InstallHash Home router

type Router<'T when 'T: equality> with
member this.LinkHash (ep: 'T) = "/#" + this.Link ep
member this.LinkHash (ep: 'T) = "#" + this.Link ep

[<SPAEntryPoint>]
let Main () =
Expand Down

0 comments on commit df95367

Please sign in to comment.