Skip to content

Commit e561984

Browse files
committed
fix: faviconUrl path construction
1 parent d92ff36 commit e561984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default async () => {
1515
const base = basesUrl[env.DEPLOYMENT_MODE!] || ''
1616
consola.info(`Building for ${env.DEPLOYMENT_MODE}. The base URL is ${base}`)
1717

18-
const faviconUrl = new URL('favicons', base).href
18+
const faviconUrl = `${base}/favicons`
1919

2020
return defineNimiqVitepressConfig({
2121
base,

0 commit comments

Comments
 (0)