Skip to content

Commit ef72002

Browse files
committed
disableling ogImage for package changes page as it has been changed and idk how it should be now
1 parent c43514b commit ef72002

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/pages/package-changes/[...path].vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ const versionDate = computed(() => {
7979
}
8080
})
8181
82-
defineOgImageComponent('Default', {
83-
title: () => `${pkg.value?.name ?? 'Package'} - Changelogs`,
84-
description: () => pkg.value?.license ?? '',
85-
primaryColor: '#60a5fa',
86-
})
82+
// defineOgImageComponent('Default', {
83+
// title: () => `${pkg.value?.name ?? 'Package'} - Changelogs`,
84+
// description: () => pkg.value?.license ?? '',
85+
// primaryColor: '#60a5fa',
86+
// })
8787
</script>
8888
<template>
8989
<main class="flex-1 flex flex-col">

0 commit comments

Comments
 (0)