Skip to content

Commit 84d98d9

Browse files
committed
fix build
1 parent 4022055 commit 84d98d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/experiments/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const webringURL = "https://nixwebr.ing";
6161

6262
// animation
6363

64-
function animate(time) {
64+
function animate(time: number) {
6565
mesh.rotation.x = time / 2000;
6666
mesh.rotation.y = time / 1000;
6767

0 commit comments

Comments
 (0)