diff --git a/amplify.json b/amplify.json new file mode 100644 index 0000000..677dffe --- /dev/null +++ b/amplify.json @@ -0,0 +1,9 @@ +{ + "redirects": [ + { + "source": "", + "target": "/index.html", + "status": 200 + } + ] +}