diff options
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 13ddb58..d6ff30d 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> @@ -30,8 +30,8 @@ }(window.location)) </script> <!-- End Single Page Apps for GitHub Pages --> - <script type="module" crossorigin src="/assets/index-CnOsaBui.js"></script> - <link rel="stylesheet" crossorigin href="/assets/index-Bx9V9zN2.css"> + <script type="module" crossorigin src="./assets/index-g1KgMlhl.js"></script> + <link rel="stylesheet" crossorigin href="./assets/index-Bx9V9zN2.css"> </head> <body> <div id="root"></div> |