feat: add videos and dokploy cloud

This commit is contained in:
Mauricio Siu
2024-10-28 22:52:54 -06:00
parent dc351dc202
commit ef28653086
5 changed files with 43 additions and 4 deletions

View File

@@ -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}