Skip to content

Commit 2a67b65

Browse files
authored
Merge pull request #207 from jphacks/modosu
modosita
2 parents fc1f388 + 751a99b commit 2a67b65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default function RootLayout({
3737
<link rel="apple-touch-icon" href="/renai_icon.png" />
3838
<link
3939
rel="preload"
40-
href="/models/hatisannomaki.vrm"
40+
href="/models/maki.vrm"
4141
as="fetch"
4242
crossOrigin="anonymous"
4343
/>

frontend/src/app/simulation/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default function SimulationPage() {
8282
const avatarModelUrl = useMemo(() => {
8383
if (selectedAvatar === "male") return "/models/rento.vrm";
8484
if (selectedAvatar === "neutral") return "/models/kouta.vrm";
85-
return "/models/hatisannomaki.vrm"; // female
85+
return "/models/maki.vrm"; // female
8686
}, [selectedAvatar]);
8787

8888
// 背景の保存/復元s

0 commit comments

Comments
 (0)