Skip to content

Commit 307b718

Browse files
committed
🏃
1 parent 6593225 commit 307b718

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/docs/src/components/header.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ export default component$(() => {
1212
const canonicalURL = useComputed$(() => {
1313
return new URL(
1414
location.url.pathname + location.url.search + location.url.hash,
15-
'https://mitosis.builder.io'
15+
'https://mitosis.builder.io',
1616
).toString();
1717
});
18-
1918

2019
return (
2120
<>

0 commit comments

Comments
 (0)