Skip to content

Commit 945adc4

Browse files
committed
Deploying to GitHub Pages 1
1 parent 0622b76 commit 945adc4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" />
5+
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>HDSL</title>
88
</head>
99
<body>
1010
<div id="root"></div>
11-
<script type="module" src="./src/main.jsx"></script>
11+
<script type="module" src="/src/main.jsx"></script>
1212
</body>
1313
</html>

src/pages/home/topvideo/WavesBackground.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const WavesBackground = () => {
2525
120,
2626
window.innerWidth / window.innerHeight,
2727
1,
28-
10000
28+
1000
2929
);
3030
camera.position.y = 150;
3131
camera.position.z = 300;

0 commit comments

Comments
 (0)