Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
[fix] new deploy and added some changes to dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoDG committed Mar 14, 2024
1 parent c1b889f commit 54c1924
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 25 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pnpm-debug.log*
lerna-debug.log*

node_modules
dist-ssr
*.local

# Editor directories and files
Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ShiandeGames - Moralizadas</title>
<link rel="stylesheet" href="https://demos.creative-tim.com/notus-js/assets/vendor/@fortawesome/fontawesome-free/css/all.min.css">
<script type="module" crossorigin src="/Moralizada_ShiandeGames/assets/index-CLyqNRaF.js"></script>
<link rel="stylesheet" crossorigin href="/Moralizada_ShiandeGames/assets/index-B9Id6kET.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ShiandeGames - Moralizadas</title>
<link rel="stylesheet" href="https://demos.creative-tim.com/notus-js/assets/vendor/@fortawesome/fontawesome-free/css/all.min.css">
<script type="module" crossorigin src="/Moralizada_ShiandeGames/assets/index-CqPPkVU2.js"></script>
<link rel="stylesheet" crossorigin href="/Moralizada_ShiandeGames/assets/index-I73_uHxx.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
Expand Down
Loading

0 comments on commit 54c1924

Please sign in to comment.