File tree Expand file tree Collapse file tree 8 files changed +0
-8
lines changed Expand file tree Collapse file tree 8 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ const { locale, t } = useI18n();
2121const localePath = useLocalePath ();
2222
2323defineOgImage ({
24- component: " root" ,
2524 url: ` ${runtimeConfig .public .siteUrl }images/og/code-of-conduct.png ` ,
2625});
2726useSeoMeta ({
Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ const route = useRoute();
8282useQueryHashSync ({ queryKey: " section" });
8383
8484defineOgImage ({
85- component: " root" ,
8685 url:
8786 route .query .section === SectionId .PanelDiscussion
8887 ? ` ${runtimeConfig .public .siteUrl }images/og/panel-discussion.png `
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ const { locale, t } = useI18n();
2222const localePath = useLocalePath ();
2323
2424defineOgImage ({
25- component: " root" ,
2625 url: ` ${runtimeConfig .public .siteUrl }images/og/privacy-policy.png ` ,
2726});
2827useSeoMeta ({
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ const dateOption = computed(() => locale.value === "en"
4242 });
4343
4444defineOgImage ({
45- component: " root" ,
4645 url: ` ${runtimeConfig .public .siteUrl }images/og/related-events.png ` ,
4746});
4847
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ const route = useRoute();
3939useQueryHashSync ({ queryKey: " section" });
4040
4141defineOgImage ({
42- component: " root" ,
4342 url: route .query .section === SectionId .PanelDiscussion
4443 ? ` ${runtimeConfig .public .siteUrl }images/og/panel-discussion.png `
4544 : ` ${runtimeConfig .public .siteUrl }images/og/speaker.png ` ,
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ const runtimeConfig = useRuntimeConfig();
2222const { t, locale } = useI18n ();
2323const bp = useBreakpoint ();
2424defineOgImage ({
25- component: " root" ,
2625 url: ` ${runtimeConfig .public .siteUrl }images/og/sponsors.png ` ,
2726});
2827useSeoMeta ({
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ const goods = computed(() => locale.value === "en" ? enGoods : jaGoods);
2525const indent = computed (() => locale .value === " en" ? " 0.7em" : " 0.25em" );
2626
2727defineOgImage ({
28- component: " root" ,
2928 url: ` ${runtimeConfig .public .siteUrl }images/og/store.png ` ,
3029});
3130
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ const { locale, t } = useI18n();
2121const localePath = useLocalePath ();
2222
2323defineOgImage ({
24- component: " root" ,
2524 url: ` ${runtimeConfig .public .siteUrl }images/og/tokusho.png ` ,
2625});
2726useSeoMeta ({
You can’t perform that action at this time.
0 commit comments