File tree Expand file tree Collapse file tree 2 files changed +11
-13
lines changed Expand file tree Collapse file tree 2 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -4,26 +4,25 @@ import TimetableCell from "./_components/TimetableCell.vue";
44import TimetableCard from " ./_components/TimetableCard.vue" ;
55import { VFSection } from " #components" ;
66import {
7+ defineOgImage ,
78 defineRouteRules ,
9+ nextTick ,
10+ onBeforeRouteLeave ,
11+ onBeforeUnmount ,
12+ onMounted ,
813 useBreakpoint ,
914 useFetch ,
10- useI18n ,
1115 // eslint-disable-next-line @typescript-eslint/no-unused-vars
1216 useHead ,
17+ useI18n ,
18+ useRuntimeConfig ,
1319 useSeoMeta ,
1420 useState ,
15- onMounted ,
16- onBeforeUnmount ,
17- nextTick ,
18- onBeforeRouteLeave ,
19- // defineOgImage,
20- // useRuntimeConfig,
21-
2221} from " #imports" ;
2322
2423defineRouteRules ({ prerender: true });
2524
26- // const runtimeConfig = useRuntimeConfig();
25+ const runtimeConfig = useRuntimeConfig ();
2726const { t, locale } = useI18n ();
2827const bp = useBreakpoint ();
2928
@@ -58,10 +57,9 @@ if (import.meta.client) {
5857 });
5958}
6059
61- // defineOgImage({
62- // component: "root",
63- // url: `${runtimeConfig.public.siteUrl}images/og/timetable.png`,
64- // });
60+ defineOgImage ({
61+ url: ` ${runtimeConfig .public .siteUrl }images/og/timetable.png ` ,
62+ });
6563
6664useSeoMeta ({
6765 title : () => ` Vue Fes Japan 2025 - ${t (" timetable.title" )} ` ,
You can’t perform that action at this time.
0 commit comments