Remove tracking id
This commit is contained in:
parent
284c1a87de
commit
4f676edfc8
@ -73,11 +73,11 @@ module.exports = {
|
||||
// Display blog posts from your medium or dev.to account. (Optional)
|
||||
source: 'dev.to', // medium | dev.to
|
||||
username: 'arifszn',
|
||||
limit: 2 // How many posts to display. Max is 10.
|
||||
limit: 3 // How many posts to display. Max is 10.
|
||||
},
|
||||
googleAnalytics: {
|
||||
// GA3 tracking id/GA4 tag id
|
||||
id: 'G-WLLB5E14M6' // UA-XXXXXXXXX-X | G-XXXXXXXXXX
|
||||
id: '' // UA-XXXXXXXXX-X | G-XXXXXXXXXX
|
||||
},
|
||||
themeConfig: {
|
||||
default: 'light',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user