Skip to content

Commit 19606fc

Browse files
authored
chore: remove unnecessary component: "root" (#935)
1 parent 9e339e9 commit 19606fc

File tree

8 files changed

+0
-8
lines changed

8 files changed

+0
-8
lines changed

app/pages/code-of-conduct/index.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ const { locale, t } = useI18n();
2121
const localePath = useLocalePath();
2222
2323
defineOgImage({
24-
component: "root",
2524
url: `${runtimeConfig.public.siteUrl}images/og/code-of-conduct.png`,
2625
});
2726
useSeoMeta({

app/pages/event/index.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ const route = useRoute();
8282
useQueryHashSync({ queryKey: "section" });
8383
8484
defineOgImage({
85-
component: "root",
8685
url:
8786
route.query.section === SectionId.PanelDiscussion
8887
? `${runtimeConfig.public.siteUrl}images/og/panel-discussion.png`

app/pages/privacy-policy/index.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ const { locale, t } = useI18n();
2222
const localePath = useLocalePath();
2323
2424
defineOgImage({
25-
component: "root",
2625
url: `${runtimeConfig.public.siteUrl}images/og/privacy-policy.png`,
2726
});
2827
useSeoMeta({

app/pages/related-events/index.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ const dateOption = computed(() => locale.value === "en"
4242
});
4343
4444
defineOgImage({
45-
component: "root",
4645
url: `${runtimeConfig.public.siteUrl}images/og/related-events.png`,
4746
});
4847

app/pages/speaker/index.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ const route = useRoute();
3939
useQueryHashSync({ queryKey: "section" });
4040
4141
defineOgImage({
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`,

app/pages/sponsors/index.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ const runtimeConfig = useRuntimeConfig();
2222
const { t, locale } = useI18n();
2323
const bp = useBreakpoint();
2424
defineOgImage({
25-
component: "root",
2625
url: `${runtimeConfig.public.siteUrl}images/og/sponsors.png`,
2726
});
2827
useSeoMeta({

app/pages/store/index.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ const goods = computed(() => locale.value === "en" ? enGoods : jaGoods);
2525
const indent = computed(() => locale.value === "en" ? "0.7em" : "0.25em");
2626
2727
defineOgImage({
28-
component: "root",
2928
url: `${runtimeConfig.public.siteUrl}images/og/store.png`,
3029
});
3130

app/pages/tokusho/index.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ const { locale, t } = useI18n();
2121
const localePath = useLocalePath();
2222
2323
defineOgImage({
24-
component: "root",
2524
url: `${runtimeConfig.public.siteUrl}images/og/tokusho.png`,
2625
});
2726
useSeoMeta({

0 commit comments

Comments
 (0)