mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-25 14:57:21 +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[appInitialized] = true;
|
||||||
app.provide(DI.serverMetadata, {}); // TODO
|
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);
|
loadTheme(applyTheme);
|
||||||
components(app);
|
components(app);
|
||||||
directives(app);
|
directives(app);
|
||||||
|
|
Loading…
Reference in a new issue