chore: point worker at dynamic page

This commit is contained in:
Cory Dransfeldt 2024-10-26 21:06:34 -07:00
parent ac196535ad
commit f465f7725c
No known key found for this signature in database

View file

@ -64,7 +64,7 @@ export default {
break;
}
const templateResponse = await fetch(`${BASE_URL}/save`);
const templateResponse = await fetch(`${BASE_URL}/dynamic`);
const template = await templateResponse.text();
const metadata = generateMetadata(data, type, globals);
const html = updateDynamicContent(template, metadata, mediaHtml);