Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JSLegendDev committed Mar 10, 2024
1 parent 1d93f35 commit 1658765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<script type="module" crossorigin src="/2d-portfolio-kaboom/assets/index-Dp2PfoCH.js"></script>
<script type="module" crossorigin src="https://github.com/JSLegendDev/2d-portfolio-kaboom/assets/index-Dp2PfoCH.js"></script>
</head>
<body>
<style>
Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from "vite";

export default defineConfig({
base: "/2d-portfolio-kaboom/",
base: "https://github.com/JSLegendDev/2d-portfolio-kaboom/",
build: {
minify: "terser",
},
Expand Down

0 comments on commit 1658765

Please sign in to comment.