Skip to content

Commit

Permalink
fix manifest assetImportPath
Browse files Browse the repository at this point in the history
  • Loading branch information
madjin committed Feb 3, 2024
1 parent f2625dc commit 05f9700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import BatchManifest from "./pages/BatchManifest"
import Wallet from "./pages/Wallet"

// dynamically import the manifest
const assetImportPath = import.meta.env.VITE_ASSET_PATH + "./manifest.json"
const assetImportPath = import.meta.env.VITE_ASSET_PATH + "/manifest.json"

let cameraDistance
const centerCameraTarget = new THREE.Vector3()
Expand Down

0 comments on commit 05f9700

Please sign in to comment.