Skip to content

Commit 117a573

Browse files
fix: Fix user pages not showing projects.
1 parent 2833231 commit 117a573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ts/ModrinthHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export interface File {
2929
}
3030

3131
export async function getModrinthProject(projectName: string): Promise<Mod> {
32-
let data = await EleventyFetch(`${MODRINTH_PROJECT_API}[${projectName}]`, {
32+
let data = await EleventyFetch(`${MODRINTH_PROJECT_API}${projectName}`, {
3333
duration: "1h",
3434
type: "json",
3535
fetchOptions: {

0 commit comments

Comments
 (0)