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 (