diff --git a/src/components/Nanimachi100Result.vue b/src/components/Nanimachi100Result.vue index 567a9a0..1ae6b27 100644 --- a/src/components/Nanimachi100Result.vue +++ b/src/components/Nanimachi100Result.vue @@ -34,7 +34,7 @@ const text = computed( 問題モード: ${type === 'tamenmachi' ? '多面待ち' : '通常'} 手牌枚数: ${length}`, ) -const url = 'https://menchin.p_craft.dev/' +const url = 'https://menchin.p-craft.dev/' const shareText = computed( () => `${text.value} ${url}`,