fix: publicar build estatico no Pages

This commit is contained in:
Theo-Prado 2026-05-23 00:46:55 -03:00
parent 4bc1db3bd3
commit bc09d9a278
4 changed files with 179 additions and 16 deletions

1
.nojekyll Normal file
View file

@ -0,0 +1 @@

File diff suppressed because one or more lines are too long

160
assets/index-Do1NYCCz.js Normal file

File diff suppressed because one or more lines are too long

View file

@ -1,16 +1,17 @@
<!doctype html> <!doctype html>
<html lang="pt-BR"> <html lang="pt-BR">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta <meta
name="description" name="description"
content="Clima Cuida: leitura prática de clima, qualidade do ar e risco do dia." content="Clima Cuida: leitura prática de clima, qualidade do ar e risco do dia."
/> />
<title>Clima Cuida</title> <title>Clima Cuida</title>
</head> <script type="module" crossorigin src="/clima-cuida-care-weather-fork/assets/index-Do1NYCCz.js"></script>
<body> <link rel="stylesheet" crossorigin href="/clima-cuida-care-weather-fork/assets/index-CPSikBCn.css">
<div id="root"></div> </head>
<script type="module" src="/src/main.tsx"></script> <body>
</body> <div id="root"></div>
</html> </body>
</html>