1
0
Fork 0

fix aws amplify readme rule

This commit is contained in:
ChaotiCryptidz 2022-01-18 15:26:13 +00:00
parent f990bc6e1d
commit 107c0b6e1b

View file

@ -65,9 +65,9 @@ location / {
}
```
### AWS Amplify
|original address|Destination Address|Redirect Type|
|----------------|-------------------|-------------|
|`</^[^.]+$|\.(?!(css|gif|ico|jpg|js|png|txt|svg|woff|woff2|ttf|map|json)$)([^.]+$)/>`|`/index.html`|`200`|
original address: `</^[^.]+$|\.(?!(css|gif|ico|jpg|js|png|txt|svg|woff|woff2|ttf|map|json)$)([^.]+$)/>`
destination address: `/index.html`
redirect type: `200`
## Translating