fix direct links on netlify

pull/1/head
Tao Bror Bojlén 2019-07-21 10:23:50 +03:00
rodzic 33e0c79611
commit 17488ff8a0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: C6EC7AAB905F9E6F
2 zmienionych plików z 8 dodań i 1 usunięć

Wyświetl plik

@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
### Removed
### Fixed
- Previously, direct links to /about would return a 404 on Netlify's infrastructure. Now it's fixed.
### Security
## [2.0.0] - 2019-07-20

Wyświetl plik

@ -9,4 +9,10 @@
REACT_APP_STAGING = "true"
[context.deploy-preview.environment]
REACT_APP_STAGING = "true"
REACT_APP_STAGING = "true"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200