fix aws amplify readme rule
This commit is contained in:
parent
f990bc6e1d
commit
107c0b6e1b
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue