File tree Expand file tree Collapse file tree 2 files changed +17
-6
lines changed
app/pages/package-changelog/[[org]] Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -93,11 +93,21 @@ useCommandPalettePackageContext(commandPalettePackageContext, {
9393useCommandPalettePackageCommands (commandPalettePackageContext )
9494
9595// og image
96- defineOgImageComponent (' Default' , {
97- title : () => ` ${pkg .value ?.name ?? ' Package' } - Changelogs ` ,
98- description : () => pkg .value ?.license ?? ' ' ,
99- primaryColor: ' #60a5fa' ,
100- })
96+ defineOgImage (
97+ ' Page' ,
98+ {
99+ title : () => ` ${pkg .value ?.name ?? ' Package' } - Changelogs ` ,
100+ },
101+ [
102+ { key: ' og' , alt : () => ` npm package ${packageName .value } changelogs ` },
103+ {
104+ key: ' whatsapp' ,
105+ width: 800 ,
106+ height: 800 ,
107+ alt : () => ` npm package ${packageName .value } changelogs ` ,
108+ },
109+ ],
110+ )
101111 </script >
102112<template >
103113 <main class =" flex-1 flex flex-col" :style =" stickyStyle" v-if =" !resolvingError" >
Original file line number Diff line number Diff line change 484484 "warning" : " Waarschuwing" ,
485485 "caution" : " Let op"
486486 },
487- "copy_as_markdown" : " kopieer README als Markdown"
487+ "copy_as_markdown" : " kopieer README als Markdown" ,
488+ "error_loading" : " Het laden van de README gegevens is mislukt"
488489 },
489490 "provenance_section" : {
490491 "title" : " Herkomst verificatie gegevens" ,
You can’t perform that action at this time.
0 commit comments