We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd3726 commit 2ee1dc0Copy full SHA for 2ee1dc0
docs/pages/_app.js
@@ -32,7 +32,7 @@ function getMuiPackageVersion(packageName, commitRef) {
32
// #default-branch-switch
33
// Use the "latest" npm tag for the master git branch
34
// Use the "next" npm tag for the next git branch
35
- return 'latest';
+ return '^7.0.0';
36
}
37
const shortSha = commitRef.slice(0, 8);
38
return `https://pkg.csb.dev/mui/mui-x/commit/${shortSha}/@mui/${packageName}`;
0 commit comments