Remove anchor link
This commit is contained in:
parent
536bbcf15a
commit
07cd0ad4ed
@ -47,8 +47,8 @@ const ThemeChanger = () => {
|
|||||||
{
|
{
|
||||||
config.themeConfig.themes.map((item, index) => (
|
config.themeConfig.themes.map((item, index) => (
|
||||||
<li key={index}>
|
<li key={index}>
|
||||||
|
{/* eslint-disable-next-line */}
|
||||||
<a
|
<a
|
||||||
href="/"
|
|
||||||
onClick={(e) => changeTheme(e, item)}
|
onClick={(e) => changeTheme(e, item)}
|
||||||
className={`${theme === item ? 'active' : ''}`}
|
className={`${theme === item ? 'active' : ''}`}
|
||||||
>
|
>
|
||||||
|
|||||||
@ -79,11 +79,11 @@ module.exports = {
|
|||||||
// Display blog posts from your medium or dev.to account. (Optional)
|
// Display blog posts from your medium or dev.to account. (Optional)
|
||||||
source: 'dev.to', // medium | dev.to
|
source: 'dev.to', // medium | dev.to
|
||||||
username: 'arifszn',
|
username: 'arifszn',
|
||||||
limit: 3 // How many posts to display. Max is 10.
|
limit: 2 // How many posts to display. Max is 10.
|
||||||
},
|
},
|
||||||
googleAnalytics: {
|
googleAnalytics: {
|
||||||
// GA3 tracking id/GA4 tag id
|
// GA3 tracking id/GA4 tag id UA-XXXXXXXXX-X | G-XXXXXXXXXX
|
||||||
id: '' // UA-XXXXXXXXX-X | G-XXXXXXXXXX
|
id: 'G-WLLB5E14M6' // Please remove this and use your own tag id
|
||||||
},
|
},
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
default: 'light',
|
default: 'light',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user