Update preview.ts

(cherry picked from commit 12bab1c6fb)
This commit is contained in:
syuilo 2024-09-08 19:44:23 +09:00 committed by kakkokari-gtyih
parent 6c60a56d01
commit 6d47931985
1 changed files with 3 additions and 1 deletions

View File

@ -81,7 +81,9 @@ queueMicrotask(() => {
}
app[appInitialized] = true;
app.provide(DI.serverMetadata, {}); // TODO
app.provide(DI.mediaProxy, new MediaProxy({}, url));
app.provide(DI.mediaProxy, new MediaProxy({
mediaProxy: 'https://example.com',
}, url));
loadTheme(applyTheme);
components(app);
directives(app);