fix: remove index.mdx

This commit is contained in:
jinhojang6 2024-04-16 01:38:36 +09:00
parent ee5addd388
commit a5eddcfcfb
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8
2 changed files with 5 additions and 0 deletions

View File

@ -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],
}),

View File

@ -11,3 +11,7 @@ html {
margin-left: 0 !important;
}
}
.main-wrapper > div {
margin-bottom: 40px !important;
}