Skip to content

Commit

Permalink
fix relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
sguimmara committed Sep 14, 2023
1 parent 4421e7b commit 3288271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"start": "vite",
"prepack": "shx rm -fr dist/ && shx mkdir dist && npx copyfiles -u 1 './src/**/*.wgsl' dist && node scripts/prepare-package.mjs && npm run build",
"prepare": "husky install",
"pages": "npm run prepack && cd examples && npx vite build",
"pages": "npm run prepack && cd examples && npx vite build --base=https://sguimmara.github.io/hammerhead.gl/",
"prepare-examples": "node scripts/generate-example-index.mjs"
},
"devDependencies": {
Expand Down

0 comments on commit 3288271

Please sign in to comment.