Skip to content

Commit

Permalink
path fix, still for poocha
Browse files Browse the repository at this point in the history
  • Loading branch information
VarshaShaheen committed Jan 13, 2025
1 parent c471119 commit 2ad6f56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import * as THREE from 'three';
import {VRButton} from 'three/examples/jsm/webxr/VRButton';
import {GLTFLoader} from "three/examples/jsm/loaders/GLTFLoader";
import {getLetterPosition, letterToPosition} from "./utils/utils";
import Animator2D from "./utils/animator";

const scene = new THREE.Scene();
Expand Down
2 changes: 1 addition & 1 deletion webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = {
chunks: [page],
title: "template",
scriptLoading: "defer",
publicPath: "/"
publicPath: "."
})
),
new MiniCssExtractPlugin({filename: "styles.[hash].css"}),
Expand Down

0 comments on commit 2ad6f56

Please sign in to comment.