fix: image loading stuff
This commit is contained in:
@@ -23,7 +23,7 @@ export type MemoriumEntry = MemoriumFile | MemoriumDir;
|
||||
export async function listResource(
|
||||
id: string,
|
||||
): Promise<MemoriumEntry | undefined> {
|
||||
const url = `https://marka.max-richter.dev/${id}`;
|
||||
const url = `https://marka.max-richter.dev/resources/${id}`;
|
||||
console.log("Fetching: ", url);
|
||||
try {
|
||||
const response = await fetch(url);
|
||||
|
||||
Reference in New Issue
Block a user