diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1199dac..7401541 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: 'https://finance.yahoo.com' + VITE_YAHOO_ORIGIN: '/${{ github.event.repository.name }}' - name: Create 404.html run: cp dist/index.html dist/404.html diff --git a/README.md b/README.md index 7e2ecf0..57026b5 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ Why this Project? - Portfolio Performance & Value - All assets (except the TTWOR and Portfolio-Value) are scaled by percentage of their price. Thus their referenced, scale is on the right. The referenced scale on the left is only for the portfolio-value - - + + ## Features diff --git a/docs/dark-mode.png b/docs/dark-mode.png new file mode 100644 index 0000000..4775e39 Binary files /dev/null and b/docs/dark-mode.png differ diff --git a/docs/light-mode.png b/docs/light-mode.png new file mode 100644 index 0000000..1c39d33 Binary files /dev/null and b/docs/light-mode.png differ diff --git a/src/App.tsx b/src/App.tsx index 13d14e2..6a2694d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -39,11 +39,11 @@ export default function App() { -