Skip to content

feat(scully): add 404.html to redirect to.#410

Merged
SanderElias merged 1 commit intomasterfrom
sander/add404
Mar 20, 2020
Merged

feat(scully): add 404.html to redirect to.#410
SanderElias merged 1 commit intomasterfrom
sander/add404

Conversation

@SanderElias
Copy link
Copy Markdown
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Other... Please describe:

What is the current behavior?

No 404 file

Issue Number: closes #361

What is the new behavior?

Copies the index.html (the original angular app) to 404.html when that doesn't exist. You can now redirect your server to this file if there is no route file available.

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@SanderElias SanderElias requested a review from jorgeucano March 20, 2020 12:23
@SanderElias SanderElias merged commit 7484a57 into master Mar 20, 2020
@SanderElias SanderElias deleted the sander/add404 branch March 20, 2020 12:33
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

Successfully merging this pull request may close these issues.

Include the original index.html from the app build for route fallback

2 participants