We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43514b commit ef72002Copy full SHA for ef72002
app/pages/package-changes/[...path].vue
@@ -79,11 +79,11 @@ const versionDate = computed(() => {
79
}
80
})
81
82
-defineOgImageComponent('Default', {
83
- title: () => `${pkg.value?.name ?? 'Package'} - Changelogs`,
84
- description: () => pkg.value?.license ?? '',
85
- primaryColor: '#60a5fa',
86
-})
+// defineOgImageComponent('Default', {
+// title: () => `${pkg.value?.name ?? 'Package'} - Changelogs`,
+// description: () => pkg.value?.license ?? '',
+// primaryColor: '#60a5fa',
+// })
87
</script>
88
<template>
89
<main class="flex-1 flex flex-col">
0 commit comments