fix: twitter summary card image url
This commit is contained in:
parent
3f5752247b
commit
a42136c419
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ export default {
|
|||
},
|
||||
{
|
||||
name: "twitter:image",
|
||||
content: `${routerBase.router.base}logo.jpg`
|
||||
content: "https://postwoman.io/logo.jpg"
|
||||
}
|
||||
],
|
||||
link: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue