Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
fix: add redirect for cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
aswanson-nr committed May 26, 2022
1 parent 21bc155 commit 46c2283
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/data/quickstart-redirects.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[
{
"to": "/netlify-builds/5861d7f5-26c0-43ad-bda8-c893c4b27b25",
"from": "/netlify/5861d7f5-26c0-43ad-bda8-c893c4b27b25"
}
]
{
"to": "/netlify-builds/5861d7f5-26c0-43ad-bda8-c893c4b27b25",
"from": "/netlify/5861d7f5-26c0-43ad-bda8-c893c4b27b25"
},
{
"to": "/cloudflare-network-logs/fc2bb0ac-6622-43c6-8c1f-6a4c26ab5434",
"from": "/cloudflare/fc2bb0ac-6622-43c6-8c1f-6a4c26ab5434"
}
]

0 comments on commit 46c2283

Please sign in to comment.