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 cc243b8 commit 31d439eCopy full SHA for 31d439e
website/src/components/templates/BaseTemplate.tsx
@@ -45,7 +45,7 @@ export const BaseTemplate: FC<BaseTemplateProps> = ({
45
const outline = page.outline;
46
const translationStatus = getTranslationStatus(route);
47
const absoluteRouteUrl = new URL(route, originUrl).toString();
48
- const faviconUrl = new URL(`${basePath}/favicon.png`, originUrl).toString();
+ const faviconUrl = new URL(joinPath(basePath, "/favicon.png"), originUrl).toString();
49
const typstOfficialRouteUrl = joinPath(
50
typstOfficialDocsUrl,
51
removeBasePath(basePath, route),
0 commit comments