Skip to content

Commit

Permalink
try fix github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
tebben committed Aug 3, 2024
1 parent 2100b8f commit ab663ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ if (viewer.cesium) {
viewer.flyTo(location.lon, location.lat, location.height, 0, -45, 0);
}

viewer.addGaussianSplatLayer("./data/tuin.splat");
//viewer.addGaussianSplatLayer("./data/tuin.splat");
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"module": "ESNext",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"moduleResolution": "bundler",
"strict": true,
"strict": false,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
Expand Down

0 comments on commit ab663ca

Please sign in to comment.