Skip to content

Instantly share code, notes, and snippets.

@watilde
Created August 26, 2021 07:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save watilde/319e803b67eb8466c075756b61ad0462 to your computer and use it in GitHub Desktop.
Save watilde/319e803b67eb8466c075756b61ad0462 to your computer and use it in GitHub Desktop.
[
{
"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