Remove tracking id

This commit is contained in:
MD. Ariful Alam 2021-08-28 23:29:09 +06:00
parent 284c1a87de
commit 4f676edfc8

View File

@ -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',