diff --git a/website/src/Markdown/Code.tsx b/website/src/Markdown/Code.tsx index 503d662..5a0d4e6 100644 --- a/website/src/Markdown/Code.tsx +++ b/website/src/Markdown/Code.tsx @@ -16,7 +16,7 @@ export default function Code({ version, dependencies, codePen, codeSandbox, ...o includeModule: ['@uiw/react-layout'], js: (props.code || '').replace('_mount_', 'document.getElementById("container")'), html: '
', - css_external: `https://unpkg.com/@uiw/react-layout@${version}/dist/uiw.min.css`, + css_external: `https://unpkg.com/@uiw/react-layout@${version}/dist/layout.min.css`, js_external: `https://unpkg.com/react@17.x/umd/react.development.js;https://unpkg.com/react-dom@17.x/umd/react-dom.development.js;https://unpkg.com/classnames@2.2.6/index.js;https://unpkg.com/@uiw/react-layout@${version}/dist/layout.min.js;https://unpkg.com/@uiw/codepen-require-polyfill@1.1.3/index.js`, }; }