agregado el config.js a la pagina
All checks were successful
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 9s
build-and-deploy / deploy (push) Successful in 25s

This commit is contained in:
2025-06-09 17:16:15 -06:00
parent ca56389a1e
commit 264f7f3c48
2 changed files with 4 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
</head>
<body class="min-h-screen flex flex-col bg-gray-100 text-gray-900 antialiased">
<div id="app" class="flex-1 flex flex-col"></div>
<script src="/config.js"></script>
<script type="module" src="/src/main.js"></script>
</body>
</html>