-
### ⚠️ This issue respects the following points: ⚠️
- [x] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [x] This issue is **not** already reported on [Github](https://…
-
We are using pushstate-server to test the production build:
npm install -g pushstate-server
pushstate-server build
open http://localhost:9000
Style will be overwritten by MD-Components s…
-
Hello,
I'm using Clarity with a single page application build with [Svelte Kit](https://github.com/sveltejs/kit), and every time the user navigate to a new page, the clarity session is stopped and …
-
Hi, thanks for all the work on this. Wonderful tools here.
I have a situation where one of my vendors requires the history state to track page views. After testing the history.pushState() toggled …
-
after passing `pushState: false` to both `Backbone.history.start` and the `Router` instantiation this still doesn't play nicely with gh-pages. another issue is the absolute hrefs in `index.html` that …
-
Sometimes I want to only change some small things with JS only for which I don't need to make a request to the server. I would still like to change the `history.pushState` though.
When using `history…
-
Use superstatic instead of http-server for support HTML5 pushState.
https://github.com/firebase/superstatic
-
In Backbone, by default, all routes are hash routes, like `https://canto.si/#dashboard`. In order to enable dynamically updating routes without the hash, like `https://canto.si/dashboard`, we need to …
-
I have a below route configuration:
config.options.pushState = true;
config.options.root = "/";
config.options.hashChange = false;
url: applicationdomain...**/displayData**
this appli…
-
In my package json, if I set the `homepage` like this:
```
homepage: "/path"
```
Is there any way to run `http-server` such that I can run the app from that specified subdomain? Something like `…