Created
August 26, 2021 07:33
-
-
Save watilde/319e803b67eb8466c075756b61ad0462 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"source": "/index.html", | |
"target": "/index.html", | |
"status": "200", | |
"condition": null | |
}, | |
{ | |
"source": "/<*>?id=<id>", | |
"target": "/index.html?id=<id>", | |
"status": "301", | |
"condition": null | |
}, | |
{ | |
"source": "/<*>?id=<id>", | |
"target": "/index.html", | |
"status": "404", | |
"condition": null | |
}, | |
{ | |
"source": "</^[^.]+$|\\.(?!(css|gif|ico|jpg|js|png|txt|svg|woff|woff2|ttf|map|json)$)([^.]+$)/>", | |
"target": "/index.html", | |
"status": "200", | |
"condition": null | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment