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 f39d835 commit 28946c9Copy full SHA for 28946c9
.stacks/core/build/src/vue-components.ts
@@ -64,11 +64,11 @@ export const vueComponentsConfig: ViteConfig = {
64
// }
65
66
const appUrl = app.url
67
- const frontendUrl = appUrl
68
- const backendUrl = `api.${appUrl}/`
69
- const libraryUrl = `library.${appUrl}/`
70
- const docsUrl = `docs.${appUrl}/`
71
- const inspectUrl = `${appUrl}/__inspect/`
+ const frontendUrl = `https://${appUrl}`
+ const backendUrl = `https://api.${appUrl}`
+ const libraryUrl = `https://libs.${appUrl}`
+ const docsUrl = `https://docs.${appUrl}`
+ const inspectUrl = `https://${appUrl}/__inspect/`
72
73
// eslint-disable-next-line no-console
74
console.log(` ${c.green('➜')} ${c.bold('Frontend')}: ${c.green(frontendUrl)}`)
0 commit comments