From 70415a4cefe2af631250e1b491d234a17a8c6635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lorber?= Date: Fri, 29 Mar 2024 18:30:47 +0100 Subject: [PATCH] chore: fix codesandbox default privacy (#9993) --- admin/new.docusaurus.io/functionUtils/playgroundUtils.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/new.docusaurus.io/functionUtils/playgroundUtils.ts b/admin/new.docusaurus.io/functionUtils/playgroundUtils.ts index 3ecb5cd0f21b..e7cbe678dd75 100644 --- a/admin/new.docusaurus.io/functionUtils/playgroundUtils.ts +++ b/admin/new.docusaurus.io/functionUtils/playgroundUtils.ts @@ -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',