Skip to content

Commit 332fca8

Browse files
committed
New version
1 parent b857c2a commit 332fca8

File tree

4 files changed

+2
-12
lines changed

4 files changed

+2
-12
lines changed

public/tool/ovj/dist/assets/index-Dv_jftej.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

public/tool/ovj/dist/assets/index-Dv_jftej.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/tool/ovj/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<meta name="description" content="OVJ - Visual Tool" />
77
<title>OVJ</title>
8-
<script type="module" crossorigin src="./assets/index-Dv_jftej.js"></script>
8+
<script type="module" crossorigin src="./assets/index-BSkhhyYu.js"></script>
99
<link rel="stylesheet" crossorigin href="./assets/index-BLw6l8A0.css">
1010
</head>
1111
<body>

public/tool/ovj/src/hooks/useShaders.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export function useShaders() {
99
useEffect(() => {
1010
async function loadShaders() {
1111
try {
12-
const res = await fetch('/shaders.json');
12+
const res = await fetch('./shaders.json');
1313
if (!res.ok) throw new Error('Failed to load shader index');
1414
const data: ShaderFile[] = await res.json();
1515
setShaders(data);

0 commit comments

Comments
 (0)