mirror of
https://github.com/elk-zone/elk.git
synced 2024-12-05 03:59:59 +03:00
testing
This commit is contained in:
parent
bd0a2517c6
commit
b90479d169
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ watch(cardImage, (image) => {
|
|||
$fetch<string>('/api/og-image', {
|
||||
params: { cardUrl: props.card.url },
|
||||
}).then((ogImageUrl) => {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('ogImageUrl', ogImageUrl)
|
||||
|
||||
// Only override if ogImageUrl is not empty
|
||||
|
|
Loading…
Reference in a new issue