Skip to content

Commit

Permalink
CARTO: Don't render demo in docusaurus build (#8301)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpalmer authored Nov 21, 2023
1 parent c5905bf commit a0fc7db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/src/examples/carto.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Carto

import BrowserOnly from '@docusaurus/BrowserOnly';
import Demo from './carto';

<Demo />
<BrowserOnly>{() => <Demo/>}</BrowserOnly>

0 comments on commit a0fc7db

Please sign in to comment.