Skip to content

Commit

Permalink
BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
s3xysteak committed Nov 3, 2023
1 parent 602c5a1 commit 5faf6b0
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lerna-debug.log*

node_modules
.DS_Store
dist
# dist
dist-ssr
coverage
*.local
Expand Down
1 change: 1 addition & 0 deletions dist/assets/index-1327d969.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/assets/index-9d829c9b.css

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

Binary file added dist/favicon.ico
Binary file not shown.
15 changes: 15 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/minesweeper/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<script type="module" crossorigin src="/minesweeper/assets/index-1327d969.js"></script>
<link rel="stylesheet" href="/minesweeper/assets/index-9d829c9b.css">
</head>
<body>
<div id="app"></div>

</body>
</html>

0 comments on commit 5faf6b0

Please sign in to comment.