We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d92ff36 commit e561984Copy full SHA for e561984
.vitepress/config.ts
@@ -15,7 +15,7 @@ export default async () => {
15
const base = basesUrl[env.DEPLOYMENT_MODE!] || ''
16
consola.info(`Building for ${env.DEPLOYMENT_MODE}. The base URL is ${base}`)
17
18
- const faviconUrl = new URL('favicons', base).href
+ const faviconUrl = `${base}/favicons`
19
20
return defineNimiqVitepressConfig({
21
base,
0 commit comments