[examples/turing][m]: rplc @flowershow with @portaljs packages

This commit is contained in:
olayway
2023-06-14 11:33:47 +02:00
parent b14500b213
commit c80cae27a4
5 changed files with 585 additions and 695 deletions

View File

@@ -5,7 +5,7 @@ import { MDXRemote } from 'next-mdx-remote'
import { Card } from '../components/Card'
import Head from 'next/head'
import parse from '../lib/markdown'
import { Mermaid } from '@flowershow/core';
import { Mermaid } from '@portaljs/core';
export const getStaticProps = async ({ params }) => {
const urlPath = params.slug ? params.slug.join('/') : ''