chore: point worker at dynamic page
This commit is contained in:
parent
ac196535ad
commit
f465f7725c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue