Skip to content

Commit

Permalink
build again
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgammon committed Aug 31, 2024
1 parent f2b51e6 commit 790b5b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>5x5 Grid Game with Tetris Pieces</title>
<script type="module" crossorigin src="/assets/index-CoFk0OHL.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-D4zFqOpg.css">
<script type="module" crossorigin src="./assets/index-CoFk0OHL.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-D4zFqOpg.css">
</head>
<body>
<div id="app">
Expand Down
5 changes: 5 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { defineConfig } from 'vite'

export default defineConfig({
base:'./',
});

0 comments on commit 790b5b8

Please sign in to comment.