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.
1 parent ba2a6d2 commit 9515697Copy full SHA for 9515697
scripts/utils.ts
@@ -108,7 +108,7 @@ export async function getCategoriesData(): Promise<
108
CategoriesSchema.CategoryDefinitions
109
> {
110
const content = await fetch(
111
- "https://raw.githubusercontent.com/catppuccin/catppuccin/de9d2cd963059753c8fd66fbb6f807be95c6cc1e/resources/categories.yml",
+ "https://raw.githubusercontent.com/catppuccin/catppuccin/d4f82739e687cfd19d168be355367fdbbcc8e029/resources/categories.yml",
112
).then((res) => res.text());
113
114
const data = validateYaml<CategoriesSchema.CategoryDefinitions>(
0 commit comments