You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building an Angular 2 SPA. I have read about issues with Angular routes / HTML 5 urls but every thing I have tried to fix this does not work, I guess I am missing something. Not sure if its BS or Superstatic.
If you are using the command line with a directory specified, make sure the .json file is in the current working directory rather than the specified directory.
Building an Angular 2 SPA. I have read about issues with Angular routes / HTML 5 urls but every thing I have tried to fix this does not work, I guess I am missing something. Not sure if its BS or Superstatic.
http://localhost:3000/home
/home is a route within my application, there is no home directory in my application structure. I get error "Cannot GET /home"
gulpfile.js
superstatic.json
{ "rewrites": [ {"source":"/**","destination":"/index.html"} ] }
The text was updated successfully, but these errors were encountered: