mirror of
https://github.com/andatoshiki/toshiki-home-nuxt3.git
synced 2026-06-06 01:06:27 +00:00
test(og image): alter absolute path of generated open graph png meta header file to full uri path starting with the prefix of https://toshiki.dev/og-images/* preventing og images not being able to load on link preview data fetching
This commit is contained in:
parent
6aed45fb54
commit
0b3debeb96
@ -52,7 +52,7 @@ export default Vue.extend({
|
|||||||
|
|
||||||
const tags = getTags?.join(', ') || title
|
const tags = getTags?.join(', ') || title
|
||||||
const href = `https://toshiki.dev${this.$route?.path}`
|
const href = `https://toshiki.dev${this.$route?.path}`
|
||||||
const image = `/og-images/${post.slug}.png`
|
const image = `https://toshiki.dev/og-images/${post.slug}.png`
|
||||||
|
|
||||||
return {
|
return {
|
||||||
bodyAttrs: {
|
bodyAttrs: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user