Skip to content

Commit

Permalink
fix path for build css
Browse files Browse the repository at this point in the history
  • Loading branch information
tebben committed Aug 3, 2024
1 parent c5da0a2 commit 2100b8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cesium Gaussian Splatting Test</title>
<link rel="stylesheet" href="css/app.css">
<link rel="stylesheet" href="./public/css/app.css">
</head>
<body>
<div id="three"></div>
<div id="cesium"></div>
<script type="module" src="src/main.ts"></script>
<script type="module" src="./src/main.ts"></script>
</body>
</html>

0 comments on commit 2100b8f

Please sign in to comment.