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', {
|
$fetch<string>('/api/og-image', {
|
||||||
params: { cardUrl: props.card.url },
|
params: { cardUrl: props.card.url },
|
||||||
}).then((ogImageUrl) => {
|
}).then((ogImageUrl) => {
|
||||||
|
// eslint-disable-next-line no-console
|
||||||
console.log('ogImageUrl', ogImageUrl)
|
console.log('ogImageUrl', ogImageUrl)
|
||||||
|
|
||||||
// Only override if ogImageUrl is not empty
|
// Only override if ogImageUrl is not empty
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue