Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Netlify deploy guide doesn't mention SPA rewrite rules, so by default linking into docz is not working #409

Closed
capaj opened this issue Oct 14, 2018 · 1 comment

Comments

@capaj
Copy link
Contributor

capaj commented Oct 14, 2018

Bug Report

Deploy guide doesn't mention SPA rewrite rules, so by default linking into docz is not working

would be nice to mention you need to add a rewrite rule like this one:

[[redirects]]
  from = "/*"
  to = "/index.html"
  status = 200
@dlbnco
Copy link

dlbnco commented Oct 16, 2018

Related to #257

Using docz-plugin-netlify may solve the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants