@studiocms/mdx
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
Introduction
Section titled “Introduction”This plugin enables MDX Support within StudioCMS.
This plugin requires the @studiocms/md plugin.
Installation
Section titled “Installation”-
Install the package using the following command:
Terminal-Fenster npm run studiocms add @studiocms/mdxTerminal-Fenster pnpm run studiocms add @studiocms/mdxTerminal-Fenster yarn run studiocms add @studiocms/mdx -
Your StudioCMS config should now include
@studiocms/mdx:studiocms.config.mjs import { defineStudioCMSConfig } from 'studiocms/config';import mdx from '@studiocms/mdx';export default defineStudioCMSConfig({plugins: [mdx(),],});