Rutas relativas

This commit is contained in:
2025-03-11 11:07:44 -06:00
parent 042e2577dc
commit c03973b0d3
5 changed files with 7 additions and 4 deletions

View File

@@ -4,11 +4,11 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/src/styles.css">
<link rel="stylesheet" href="./src/styles.css">
<title>Experiencia Digital</title>
</head>
<body>
<div class="min-h-screen bg-blue-800 flex flex-col items-center justify-center p-5 gap-20" id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script type="module" src="./src/main.tsx"></script>
</body>
</html>