Update config

This commit is contained in:
Ariful Alam
2022-03-19 00:54:50 +06:00
parent 9b1e01b8df
commit 6673428533

View File

@@ -1,6 +1,6 @@
// ezprofile.config.js // ezprofile.config.js
module.exports = { const config = {
github: { github: {
username: 'arifszn', // Your GitHub org/user name. (Required) username: 'arifszn', // Your GitHub org/user name. (Required)
sortBy: 'stars', // stars | updated sortBy: 'stars', // stars | updated
@@ -86,10 +86,6 @@ module.exports = {
// GA3 tracking id/GA4 tag id UA-XXXXXXXXX-X | G-XXXXXXXXXX // GA3 tracking id/GA4 tag id UA-XXXXXXXXX-X | G-XXXXXXXXXX
id: 'G-WLLB5E14M6', // Please remove this and use your own tag id or keep it empty id: 'G-WLLB5E14M6', // Please remove this and use your own tag id or keep it empty
}, },
hotjar: {
id: '2617601', // Please remove this and use your own id or keep it empty
snippetVersion: 6,
},
themeConfig: { themeConfig: {
default: 'light', default: 'light',
@@ -127,3 +123,5 @@ module.exports = {
], ],
}, },
}; };
export default config;