Skip to content

Instantly share code, notes, and snippets.

@tomlarkworthy
Created January 17, 2019 14:36
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 tomlarkworthy/e6b5583b181ef48e714c9575b908fc8b to your computer and use it in GitHub Desktop.
Save tomlarkworthy/e6b5583b181ef48e714c9575b908fc8b to your computer and use it in GitHub Desktop.
{
"hosting": {
"redirects": [{
"source": "/corepox",
"destination": "/",
"type": 301
}, {
"source": "/index.php",
"destination": "/",
"type": 301
}, {
"source": "/index.html",
"destination": "/",
"type": 301
}],
"rewrites": [...]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment