diff options
| author | Baitinq <[email protected]> | 2024-06-06 22:56:36 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2024-06-06 22:56:36 +0200 |
| commit | 6577fd2883092ef5e18f59eaf4f44986da890a70 (patch) | |
| tree | 9d0ec1d6d05ec7749fec4c163968f5d224f548df /index.html | |
| parent | Updates (diff) | |
| download | fs-tracer-frontend-6577fd2883092ef5e18f59eaf4f44986da890a70.tar.gz fs-tracer-frontend-6577fd2883092ef5e18f59eaf4f44986da890a70.tar.bz2 fs-tracer-frontend-6577fd2883092ef5e18f59eaf4f44986da890a70.zip | |
Updates
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html index e9c1688..4755b1c 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="UTF-8" /> - <link rel="icon" type="image/svg+xml" href="./vite.svg" /> + <link rel="icon" type="image/svg+xml" href="/fs-tracer-frontend/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Vite + React + TS</title> <script src="https://accounts.google.com/gsi/client" async></script> @@ -30,8 +30,8 @@ }(window.location)) </script> <!-- End Single Page Apps for GitHub Pages --> - <script type="module" crossorigin src="./assets/index-ChSrUcKa.js"></script> - <link rel="stylesheet" crossorigin href="./assets/index-Bx9V9zN2.css"> + <script type="module" crossorigin src="/fs-tracer-frontend/assets/index-CiBU5vWB.js"></script> + <link rel="stylesheet" crossorigin href="/fs-tracer-frontend/assets/index-Bx9V9zN2.css"> </head> <body> <div id="root"></div> |