Fix: Corriger les chemins relatifs pour GitHub Pages

This commit is contained in:
sucupira
2025-07-09 21:11:16 -04:00
parent b1b1d452c7
commit f9426f658f
7 changed files with 8 additions and 1560 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
<html lang="fr">
<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>Sirius en Guadeloupe - Guide du Lever Héliaque</title>
<!-- Google Fonts -->
@@ -12,6 +12,6 @@
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script type="module" src="./src/main.js"></script>
</body>
</html>