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 21fa23b commit 877be4eCopy full SHA for 877be4e
src/lib/boosthub.tsx
@@ -39,7 +39,7 @@ export const boostHubIdlePageUrl = `${boostHubBaseUrl}/api/desktop/idle`
39
export const boostHubPreloadUrl = formatUrl({
40
pathname:
41
process.env.NODE_ENV === 'production'
42
- ? join(getPathByName('app'), './compiled/static/boosthub-preload.js')
+ ? join(getPathByName('app'), './compiled/app/static/boosthub-preload.js')
43
: join(getPathByName('app'), '../static/boosthub-preload.js'),
44
protocol: 'file',
45
slashes: true,
0 commit comments