-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Assuming that my app runs at http://localhost/project/?foo=bar.
And I want to have link to homepage as ./.
I found no way how create that via Url.Builder.custom.
Lines 147 to 157 in 4e5ee03
| rootToPrePath : Root -> String | |
| rootToPrePath root = | |
| case root of | |
| Absolute -> | |
| "/" | |
| Relative -> | |
| "" | |
| CrossOrigin prePath -> | |
| prePath ++ "/" |
Metadata
Metadata
Assignees
Labels
No labels