mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-23 00:29:22 +09:00
Update preview.ts
This commit is contained in:
parent
5c0ce01dbd
commit
12bab1c6fb
@ -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 New Issue
Block a user