Skip to content

Commit

Permalink
chore: fix codesandbox default privacy (#9993)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Mar 29, 2024
1 parent a34e3f8 commit 70415a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/new.docusaurus.io/functionUtils/playgroundUtils.ts
Expand Up @@ -11,9 +11,9 @@ const CookieName = 'DocusaurusPlaygroundName';

const PlaygroundConfigs = {
codesandbox:
'https://codesandbox.io/p/sandbox/github/facebook/docusaurus/tree/main/examples/classic?file=%2FREADME.md',
'https://codesandbox.io/p/sandbox/github/facebook/docusaurus/tree/main/examples/classic?file=%2FREADME.md&privacy=public',
'codesandbox-ts':
'https://codesandbox.io/p/sandbox/github/facebook/docusaurus/tree/main/examples/classic-typescript?file=%2FREADME.md',
'https://codesandbox.io/p/sandbox/github/facebook/docusaurus/tree/main/examples/classic-typescript?file=%2FREADME.md&privacy=public',

// Slow to load
// stackblitz: 'https://stackblitz.com/github/facebook/docusaurus/tree/main/examples/classic',
Expand Down

0 comments on commit 70415a4

Please sign in to comment.