Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit ef47a77

Browse files
committed
Add important message about pushState compatibility
1 parent a265254 commit ef47a77

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ To quickly get started with this plugin, follow the steps below:
3030
$ ember deploy
3131
```
3232

33+
## Browser History API Compatibility
34+
35+
GitHub Pages is not compatible with browser's history API mode that Ember Router
36+
uses. This means you will not be able to use `pushState` to get to a URL hosted
37+
on GitHub pages. Please ensure your code is updated to use legacy `hash` mode.
38+
39+
See [Ember Router documentation](http://emberjs.com/api/classes/Ember.Router.html#property_location)
40+
for more details.
41+
3342
## ember-cli-deploy Hooks Implemented
3443

3544
For detailed information on what plugin hooks are and how they work, please

0 commit comments

Comments
 (0)