We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e8b20 commit 660e7fbCopy full SHA for 660e7fb
x-pack/plugins/enterprise_search/public/plugin.ts
@@ -73,6 +73,8 @@ export class EnterpriseSearchPlugin implements Plugin {
73
const { chrome } = coreStart;
74
chrome.docTitle.change(WORKPLACE_SEARCH_PLUGIN.NAME);
75
76
+ await this.setPublicUrl(config, coreStart.http);
77
+
78
const { renderApp } = await import('./applications');
79
const { WorkplaceSearch } = await import('./applications/workplace_search');
80
0 commit comments