diff --git a/apps/web/app/error.vue b/apps/web/app/error.vue
index f772d456..2e3f54ca 100644
--- a/apps/web/app/error.vue
+++ b/apps/web/app/error.vue
@@ -1,5 +1,5 @@
@@ -58,7 +59,7 @@ const { color } = useColor()
background-color="white"
color="vue-blue"
target=""
- :href="`${localePath}/`"
+ :href="withBase(`${localePath}/`)"
>
{{ $t('back_to_top') }}
diff --git a/apps/web/app/pages/tokusho.vue b/apps/web/app/pages/tokusho.vue
index f7695830..a090ac82 100644
--- a/apps/web/app/pages/tokusho.vue
+++ b/apps/web/app/pages/tokusho.vue
@@ -1,5 +1,5 @@
@@ -58,7 +59,7 @@ const { color } = useColor()
background-color="white"
color="vue-blue"
target=""
- :href="`${localePath}/`"
+ :href="withBase(`${localePath}/`)"
>
{{ $t('back_to_top') }}