Skip to content

Commit 770d3ab

Browse files
committed
style: apply Biome
1 parent 5f4fe0c commit 770d3ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

website/src/components/templates/BaseTemplate.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ export const BaseTemplate: FC<BaseTemplateProps> = ({
4545
const outline = page.outline;
4646
const translationStatus = getTranslationStatus(route);
4747
const absoluteRouteUrl = new URL(route, originUrl).toString();
48-
const faviconUrl = new URL(joinPath(basePath, "/favicon.png"), originUrl).toString();
48+
const faviconUrl = new URL(
49+
joinPath(basePath, "/favicon.png"),
50+
originUrl,
51+
).toString();
4952
const typstOfficialRouteUrl = joinPath(
5053
typstOfficialDocsUrl,
5154
removeBasePath(basePath, route),

0 commit comments

Comments
 (0)