Skip to content

Commit 272ccb8

Browse files
authored
Update VRM model URL in vrm.tsx
1 parent 3b3a7a9 commit 272ccb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/vrm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export function VRM() {
9595
const loadModel = () => {
9696
return new Promise<import("@pixiv/three-vrm").VRM>((resolve, reject) => {
9797
loader.load(
98-
"https://cdn.mikn.dev/vroid/mikan.dev(kyonyu).vrm",
98+
"https://cdn.mikn.dev/vroid/みかん(Web).vrm",
9999
(gltf: GLTF) => {
100100
const loadedVrm = gltf.userData.vrm;
101101
setVrm(loadedVrm);

0 commit comments

Comments
 (0)