We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8890cbc + 9facc42 commit 7d4020cCopy full SHA for 7d4020c
lib/getReleases.tsx
@@ -64,7 +64,7 @@ Last updated: 2025-07-06
64
*/
65
async function getCCMappings() {
66
const response = await fetch(
67
- 'https://itzispyder.github.io/clickcrystals/info',
+ 'https://itzispyder.github.io/clickcrystals/info.json',
68
{
69
method: 'GET',
70
next: { revalidate: 200 },
pnpm-workspace.yaml
@@ -0,0 +1,5 @@
1
+onlyBuiltDependencies:
2
+ - '@prisma/client'
3
+ - '@prisma/engines'
4
+ - prisma
5
+ - unrs-resolver
0 commit comments