replace primary domain

This commit is contained in:
Hans Pagel
2021-04-21 15:28:52 +02:00
parent c0bf58bf18
commit 1677f5064f
5 changed files with 7 additions and 7 deletions

View File

@@ -69,7 +69,7 @@ export default {
const path = this.$route.path.replace(/\/$/, '')
return path === ''
? 'https://next.tiptap.dev/og-image.png'
? 'https://www.tiptap.dev/og-image.png'
: `/images${path}/og-image.png`
},
},