diff --git a/.storybook/babel.config.js b/.storybook/babel.config.js new file mode 100644 index 00000000..ed1d9db6 --- /dev/null +++ b/.storybook/babel.config.js @@ -0,0 +1,3 @@ +// @see https://github.com/storybookjs/storybook/issues/12952 +// Needed to get back React classic runtime +require("../babel.config"); diff --git a/README.md b/README.md index f27e9647..1970664b 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ git remote rename origin upstream As a default, Vulcan Next will connect to a sample read-only database owned by LBKE. To create your own application, you'll want to use your own databse. -1. Run a Mongo server using Docker +#### 1. Run a Mongo server using Docker [**See Docker installation instruction for Ubuntu here**](https://docs.docker.com/engine/install/ubuntu/) @@ -38,7 +38,7 @@ To create your own application, you'll want to use your own databse. docker run -p 27017:27017 --name vulcan-mongodb mongo:4.0.4 ``` -2. Configure your application to use your local database +#### 2. Configure your application to use your local database In `.env.development` write: diff --git a/src/components/layout/MDXMuiLayout.tsx b/src/components/layout/MDXMuiLayout.tsx index 722a484e..89d9c966 100644 --- a/src/components/layout/MDXMuiLayout.tsx +++ b/src/components/layout/MDXMuiLayout.tsx @@ -24,11 +24,11 @@ const components = { //thematicBreak: Typography, //blockquote: Typography, //ul: List, - ol: (props) => ( -

- - -

- ), + // ol: (props) => ( + //

+ // - + //

+ // ), li: (props) => (

-