Skip to content

Commit

Permalink
Merge pull request #506 from mosugi/fix-code-not-displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Jun 8, 2023
2 parents 6e5aa56 + b114c00 commit 7193796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/NotionPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import styles from './styles.module.css'
const Code = dynamic(() =>
import('react-notion-x/build/third-party/code').then(async (m) => {
// add / remove any prism syntaxes here
await Promise.all([
await Promise.allSettled([
import('prismjs/components/prism-markup-templating.js'),
import('prismjs/components/prism-markup.js'),
import('prismjs/components/prism-bash.js'),
Expand Down

0 comments on commit 7193796

Please sign in to comment.