Skip to content

Commit f4892e1

Browse files
committed
chore!: disable ga4 and use default disqusjs api endpoint
Signed-off-by: Chawye Hsu <[email protected]>
1 parent 29efcb3 commit f4892e1

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

saber-config.js

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ module.exports = {
1414
disqusjs: {
1515
shortname: 'h404bi',
1616
siteName: 'Chawye Hsu',
17-
api: 'https://chawyehsu.com/api/disqus/',
1817
apikey: 'Hg3FyAX4IodvgGm8OAIpuplfZW5APk2DYcuVk9DEEDSBijKPdPdooKBX7683fo6u',
1918
admin: 'chawyehsu',
2019
adminLabel: 'Mod',
@@ -106,13 +105,13 @@ module.exports = {
106105
trackId: '25da54bb9d300c118148dcad780da73b',
107106
},
108107
},
109-
{
110-
resolve: './packages/saber-plugin-ga4',
111-
options: {
112-
gtagUrl: 'https://chawyehsu.com/api/event',
113-
trackId: 'G-3MTYZQ2JGB',
114-
},
115-
},
108+
// {
109+
// resolve: './packages/saber-plugin-ga4',
110+
// options: {
111+
// gtagUrl: 'https://chawyehsu.com/api/event',
112+
// trackId: 'G-3MTYZQ2JGB',
113+
// },
114+
// },
116115
{
117116
resolve: 'saber-plugin-google-adsense',
118117
options: {

0 commit comments

Comments
 (0)