mirror of
https://github.com/domfelipe/clima-cuida-care-weather.git
synced 2026-08-07 07:36:47 +00:00
fix: publicar build estatico no Pages
This commit is contained in:
parent
4bc1db3bd3
commit
bc09d9a278
4 changed files with 179 additions and 16 deletions
1
.nojekyll
Normal file
1
.nojekyll
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
assets/index-CPSikBCn.css
Normal file
1
assets/index-CPSikBCn.css
Normal file
File diff suppressed because one or more lines are too long
160
assets/index-Do1NYCCz.js
Normal file
160
assets/index-Do1NYCCz.js
Normal file
File diff suppressed because one or more lines are too long
33
index.html
33
index.html
|
|
@ -1,16 +1,17 @@
|
|||
<!doctype html>
|
||||
<html lang="pt-BR">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Clima Cuida: leitura prática de clima, qualidade do ar e risco do dia."
|
||||
/>
|
||||
<title>Clima Cuida</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
<!doctype html>
|
||||
<html lang="pt-BR">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Clima Cuida: leitura prática de clima, qualidade do ar e risco do dia."
|
||||
/>
|
||||
<title>Clima Cuida</title>
|
||||
<script type="module" crossorigin src="/clima-cuida-care-weather-fork/assets/index-Do1NYCCz.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/clima-cuida-care-weather-fork/assets/index-CPSikBCn.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue