Skip to content

Commit

Permalink
feat: 將 og:site_name 數值設定為空
Browse files Browse the repository at this point in the history
  • Loading branch information
konnokai committed Oct 25, 2024
1 parent c551328 commit ffe3388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default {
name: 'keywords',
content: trs.site.keywords
},
{ hid: 'og:site_name', property: 'og:site_name', content: trs.site.title },
{ hid: 'og:site_name', property: 'og:site_name', content: '' },
{ hid: 'og:type', property: 'og:type', content: 'website' },
{ hid: 'og:url', property: 'og:url', content: trs.site.url },
{ hid: 'og:title', property: 'og:title', content: trs.site.title },
Expand Down

0 comments on commit ffe3388

Please sign in to comment.