mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
feat: add videos and dokploy cloud
This commit is contained in:
@@ -7,9 +7,7 @@ export function useMDXComponents(components: MDXComponents): MDXComponents {
|
||||
...defaultComponents,
|
||||
...components,
|
||||
ImageZoom,
|
||||
p: ({ children }) => (
|
||||
<p className="text-[#3E4342] dark:text-muted-foreground">{children}</p>
|
||||
),
|
||||
p: ({ children }) => <p className="">{children}</p>,
|
||||
li: ({ children, id }) => (
|
||||
<li {...{ id }} className="text-[#3E4342] dark:text-muted-foreground">
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user