mirror of
https://github.com/recloudstream/website.git
synced 2024-08-15 03:18:45 +00:00
fix graph overflow
This commit is contained in:
parent
ab158db7f1
commit
cb84fe0bd0
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ module.exports = {
|
|||
options: {
|
||||
plugins: [
|
||||
'gatsby-remark-smartypants',
|
||||
{ resolve: 'gatsby-remark-mermaid', options: { theme: "dark", } },
|
||||
{ resolve: 'gatsby-remark-mermaid', options: { theme: "dark", mermaidOptions: { themeCSS: ".mermaid foreignObject {overflow: visible;}" } } },
|
||||
{ resolve: 'gatsby-remark-prismjs', options: { showLineNumbers: false, } },
|
||||
]
|
||||
}
|
||||
|
@ -28,4 +28,4 @@ module.exports = {
|
|||
{ resolve: 'gatsby-plugin-manifest', options: require("./manifest") },
|
||||
{ resolve: 'gatsby-plugin-canonical-urls', options: { siteUrl: require("./metadata").siteUrl } },
|
||||
]
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue