fix: remove index.mdx
This commit is contained in:
parent
ee5addd388
commit
a5eddcfcfb
|
@ -54,6 +54,7 @@ const config = {
|
|||
'Stay updated on Ethereum clients with Nimbus. Find insights, news, and innovations on the Nimbus blog. Join us!',
|
||||
blogSidebarCount: 0,
|
||||
authorsMapPath: 'authors.yml',
|
||||
exclude: ['**/index.mdx'],
|
||||
remarkPlugins: [math],
|
||||
rehypePlugins: [katex],
|
||||
}),
|
||||
|
|
|
@ -11,3 +11,7 @@ html {
|
|||
margin-left: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.main-wrapper > div {
|
||||
margin-bottom: 40px !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue