We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 868ba3b commit 1c8a675Copy full SHA for 1c8a675
example/pages/[pageId].tsx
@@ -46,10 +46,7 @@ const NotionPage = ({ blockMap }) => {
46
<Head>
47
<title>{title}</title>
48
</Head>
49
- <NotionRenderer
50
- blockMap={blockMap}
51
- mapPageUrl={id => `/${title}--${id}`}
52
- />
+ <NotionRenderer blockMap={blockMap} />
53
<style jsx>{`
54
div :global(.notion-code) {
55
box-sizing: border-box;
0 commit comments