From 4f676edfc84432a65af962dd14a9def7a421c036 Mon Sep 17 00:00:00 2001 From: "MD. Ariful Alam" Date: Sat, 28 Aug 2021 23:29:09 +0600 Subject: [PATCH] Remove tracking id --- src/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.js b/src/config.js index d562ddb..529b59c 100644 --- a/src/config.js +++ b/src/config.js @@ -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',