Skip to content

Commit

Permalink
updated path to exhibitions
Browse files Browse the repository at this point in the history
  • Loading branch information
sammeltassen committed May 9, 2024
1 parent 56caa67 commit 36cb0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/static-site/typesense-update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if (existsSync(join(IIIF_DIRECTORY, "meta/typesense/manifests.schema.json"))) {
await client.collections(INDEX_NAME).delete();
}

const exhibitions = (await readdir(join(cwd(), "../iiif", "manifests", "exhibitions"))).map(
const exhibitions = (await readdir(join(cwd(), "../iiif", "manifests", "manifest-editor", "exhibitions"))).map(
(name: string) => `manifests/${name.replace(".json", "")}`
);

Expand Down

0 comments on commit 36cb0ae

Please sign in to comment.