From 5e56a43c8a7adaec94fb7a187bf7905a264c827c Mon Sep 17 00:00:00 2001 From: WATAHIKI Yuto Date: Sat, 16 May 2026 20:04:04 +0900 Subject: [PATCH] =?UTF-8?q?CodeSandbox=E3=81=AEURL=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ViewSource/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ViewSource/index.jsx b/src/components/ViewSource/index.jsx index bcacfdf..aff4c1a 100644 --- a/src/components/ViewSource/index.jsx +++ b/src/components/ViewSource/index.jsx @@ -22,7 +22,7 @@ export default function ViewSource({ url, path, noCodeSandbox }) { ); const codeSandboxUrl = new URL( path, - `https://githubbox.com/ut-code/utcode-starter-lite/tree/${commitRef}/${basePath}`, + `https://githubbox.com/ut-code/utcode-starter/tree/${commitRef}/${basePath}`, ); return (