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 2833231 commit 117a573Copy full SHA for 117a573
src/ts/ModrinthHelper.ts
@@ -29,7 +29,7 @@ export interface File {
29
}
30
31
export async function getModrinthProject(projectName: string): Promise<Mod> {
32
- let data = await EleventyFetch(`${MODRINTH_PROJECT_API}[${projectName}]`, {
+ let data = await EleventyFetch(`${MODRINTH_PROJECT_API}${projectName}`, {
33
duration: "1h",
34
type: "json",
35
fetchOptions: {
0 commit comments