Skip to content

Commit 29a1db3

Browse files
committed
hotfix
1 parent 5885621 commit 29a1db3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/web/app/pages/jobboard.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<script setup lang="ts">
22
import { useFetch, useHead } from '#imports'
3+
import { useLocaleCurrent } from '~/composables/useLocaleCurrent'
34
import type { JobInfo } from '@vuejs-jp/model'
45
import { conferenceTitle, linkUrl, ogJobboardDescription } from '~/utils/constants'
56
import { generalOg, twitterOg } from '~/utils/og.constants'
@@ -12,6 +13,8 @@ if (error.value) {
1213
}
1314
const { allJobs } = data.value as Jobs
1415
16+
const { path: localePath } = useLocaleCurrent()
17+
1518
useHead({
1619
titleTemplate: (titleChunk) => `ジョブボード | ${conferenceTitle}`,
1720
meta: [

0 commit comments

Comments
 (0)