Skip to content

Commit cf61213

Browse files
committed
update cdn url
1 parent b6fa280 commit cf61213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/examples/GLTFs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const metadata = {
2323
}
2424

2525
const fileServer = config.client.fileServer
26-
const CDN_URL = 'https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Models/main/2.0'
26+
const CDN_URL = 'https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Assets/refs/heads/main/Models'
2727
const gltf_test_url = 'https://raw.githubusercontent.com/cx20/gltf-test/refs/heads/master/tutorialModels'
2828

2929
export const gltfRoutes = [

0 commit comments

Comments
 (0)