Skip to content

Commit cb45ec0

Browse files
committed
Update Dependencies.ts
1 parent fc5f8b0 commit cb45ec0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/src/modules/sandbox/Dependencies.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ export default function SandboxDependencies(demo: Demo, options?: { commitRef?:
5757
// #npm-tag-reference
5858
return 'next';
5959
}
60-
const shortSha = commitRef.slice(0, 8);
61-
return `https://pkg.csb.dev/mui/material-ui/commit/${shortSha}/@mui/${packageName}`;
60+
return `https://pkg.pr.new/mui/material-ui/@mui/${packageName}@${commitRef}`;
6261
}
6362

6463
function extractDependencies() {

0 commit comments

Comments
 (0)