diff options
| author | Baitinq <[email protected]> | 2024-06-09 10:32:49 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2024-06-09 10:32:49 +0200 |
| commit | b68b4f520a8f7ee9b1a87537568690d6db3eb514 (patch) | |
| tree | 05e4018836e396077856de906d7b3a4faf632dbf /index.html | |
| parent | Misc: test style (diff) | |
| download | fs-tracer-frontend-b68b4f520a8f7ee9b1a87537568690d6db3eb514.tar.gz fs-tracer-frontend-b68b4f520a8f7ee9b1a87537568690d6db3eb514.tar.bz2 fs-tracer-frontend-b68b4f520a8f7ee9b1a87537568690d6db3eb514.zip | |
Misc: Use relative path for site icon
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index ea3dc01..b9887dc 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="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> |