mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-21 22:07:06 +01:00
Update preview.ts
This commit is contained in:
parent
5c0ce01dbd
commit
12bab1c6fb
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue