diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 07126f8..1c85952 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,7 +39,6 @@ jobs: run: npm install - name: Build run: npm run build - #Allow repo secrets env: VITE_SERVICE_ID: ${{ secrets.VITE_SERVICE_ID }} VITE_TEMPLATE_ID: ${{ secrets.VITE_TEMPLATE_ID }} diff --git a/src/app.tsx b/src/app.tsx index bef6442..013edb4 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -42,6 +42,7 @@ export function App() {