diff --git a/docs/public/edgeone.json b/docs/public/edgeone.json new file mode 100644 index 00000000..51d962d2 --- /dev/null +++ b/docs/public/edgeone.json @@ -0,0 +1,20 @@ +{ + "redirects": [ + { + "source": "$wwwhost", + "destination": "$host", + "statusCode": 301 + } + ], + "headers": [ + { + "source": "/*.txt", + "headers": [ + { + "key": "Content-Type", + "value": "text/plain; charset=utf-8" + } + ] + } + ] +}