Skip to content

Commit

Permalink
Update playgroundUtils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz committed Jan 26, 2023
1 parent 10d3ace commit 8719d37
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions admin/new.docusaurus.io/functionUtils/playgroundUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ import type {HandlerEvent, HandlerResponse} from '@netlify/functions';
const CookieName = 'DocusaurusPlaygroundName';

const PlaygroundConfigs = {
// Do not use this one, see
// https://github.com/codesandbox/codesandbox-client/issues/5683#issuecomment-1023252459
// codesandbox: 'https://codesandbox.io/s/docusaurus',
codesandbox: 'https://codesandbox.io/p/sandbox/gallant-lamarr-4t1m4y',
codesandbox:
'https://codesandbox.io/p/sandbox/github/facebook/docusaurus/tree/main/examples/classic?file=%2FREADME.md',

// Not updated
// stackblitz: 'https://stackblitz.com/fork/docusaurus',
Expand Down

0 comments on commit 8719d37

Please sign in to comment.