Skip to content

Commit

Permalink
feat: 修正 Open Graph 部分數值並移除內建的 GA 功能
Browse files Browse the repository at this point in the history
  • Loading branch information
konnokai committed Oct 25, 2024
1 parent b7d2a28 commit c551328
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 44 deletions.
6 changes: 3 additions & 3 deletions assets/locales/default.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"site": {
"title": "【玖玖巴按鈕】",
"description": "",
"keywords": "VTuber Button 玖玖巴 孤之界",
"url": "https://998-voice.konnokai.me",
"description": "就只是個狐仙按鈕網站",
"keywords": "VTuber VoiceButton 玖玖巴 孤之界",
"url": "https://998-button.konnokai.me",
"social_image": "https://i.imgur.com/vOAsBZ3.png",
"index": "首頁",
"links": "友情鏈接",
Expand Down
5 changes: 2 additions & 3 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default {
},
{ hid: 'og:site_name', property: 'og:site_name', content: trs.site.title },
{ hid: 'og:type', property: 'og:type', content: 'website' },
{ hid: 'og:url', property: 'og:url', content: trs.site.title },
{ hid: 'og:url', property: 'og:url', content: trs.site.url },
{ hid: 'og:title', property: 'og:title', content: trs.site.title },
{
hid: 'og:description',
Expand All @@ -48,7 +48,7 @@ export default {
/*
** Customize the progress-bar color
*/
loading: { color: '#fff' },
loading: { color: '#f18465' },
/*
** Global CSS
*/
Expand All @@ -59,7 +59,6 @@ export default {
plugins: [
{ src: '@plugins/i18n' },
{ src: '@plugins/eventBus.js', mode: 'client' },
{ src: '@plugins/analytics.js', mode: 'client' },
{ src: '@plugins/route.js', mode: 'client' }
],
/*
Expand Down
38 changes: 0 additions & 38 deletions plugins/analytics.js

This file was deleted.

0 comments on commit c551328

Please sign in to comment.