From 68002ee0bbf60c842cf9891f3388a00bfc0771c6 Mon Sep 17 00:00:00 2001 From: Sean Fong Date: Wed, 22 Nov 2023 23:43:00 +1030 Subject: [PATCH] Try deploying to root of S3 bucket --- .github/workflows/deploy_s3.yml | 2 +- src/App.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_s3.yml b/.github/workflows/deploy_s3.yml index 9f9e1ec..7a2b2b9 100644 --- a/.github/workflows/deploy_s3.yml +++ b/.github/workflows/deploy_s3.yml @@ -34,4 +34,4 @@ jobs: npm run build - name: Upload benchmark file to S3 - run: aws s3 sync dist s3://smart-forms-ehr-app/ehr/ \ No newline at end of file + run: aws s3 sync dist s3://smart-forms-ehr-app/ diff --git a/src/App.tsx b/src/App.tsx index 5dc643d..722662c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -15,7 +15,7 @@ function App() { const router = createBrowserRouter([ { - path: "/ehr", + path: "/", element: , children: [ {