We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5197600 commit f0bcbf3Copy full SHA for f0bcbf3
deploy.sh
index.html
@@ -5,6 +5,7 @@
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
<title>3D Portfolio</title>
7
<link rel="icon" type="image/x-icon" href="/favicon.ico">
8
+ <!-- Fixed asset loading - version 2 -->
9
10
<!-- Vite will process and bundle CSS automatically when imported in JS -->
11
<style>
package.json
@@ -12,7 +12,7 @@
12
"test:coverage": "vitest run --coverage",
13
"test:ui": "vitest --ui",
14
"generate-models": "node scripts/generate-models.js",
15
- "deploy": "npm run build && gh-pages -d dist"
+ "deploy": "npm run build"
16
},
17
"dependencies": {
18
"cannon-es": "^0.20.0",
0 commit comments