From 76b810e040f3da777b68585ccfdbfcac09016129 Mon Sep 17 00:00:00 2001 From: tomato6966 Date: Sat, 21 Dec 2024 23:58:55 +0100 Subject: [PATCH] Change origin and styles --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7401541..2312aa0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,7 +39,7 @@ jobs: env: VITE_BASE_URL: '/${{ github.event.repository.name }}' VITE_YAHOO_API_URL: 'https://query1.finance.yahoo.com' - VITE_YAHOO_ORIGIN: '/${{ github.event.repository.name }}' + VITE_YAHOO_ORIGIN: 'https://tomato6966.github.io/investment-portfolio-simulator/' - name: Create 404.html run: cp dist/index.html dist/404.html