We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0622b76 commit 945adc4Copy full SHA for 945adc4
index.html
@@ -2,12 +2,12 @@
2
<html lang="en">
3
<head>
4
<meta charset="UTF-8" />
5
- <link rel="icon" type="image/svg+xml" />
+ <link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
<title>HDSL</title>
8
</head>
9
<body>
10
<div id="root"></div>
11
- <script type="module" src="./src/main.jsx"></script>
+ <script type="module" src="/src/main.jsx"></script>
12
</body>
13
</html>
src/pages/home/topvideo/WavesBackground.jsx
@@ -25,7 +25,7 @@ const WavesBackground = () => {
25
120,
26
window.innerWidth / window.innerHeight,
27
1,
28
- 10000
+ 1000
29
);
30
camera.position.y = 150;
31
camera.position.z = 300;
0 commit comments