lucamug / elm-starter

An Elm-based bootstrapper for Elm applications

Home Page:https://elm-starter.guupa.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make it working for application living in sub-directories

lucamug opened this issue · comments

commented

Now it only work if the application is at the root level:

https://example.com/your-app

It should be possible to configure so that it works as

https://example.com/x/y/z/your-app

commented

Implemented in version 0.0.8