Skip to content

Commit 0124850

Browse files
chore(static-site): remove console log
1 parent 975c607 commit 0124850

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/static-site/src/utils/baseUrl.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export const getBaseUrl = () => {
55
const pathname = window.location.pathname;
66

77
const segments = pathname.split('/').filter(Boolean);
8-
console.log({segments});
98
return segments.length > 0 ? `/${segments[0]}` : '/';
109

1110
};

0 commit comments

Comments
 (0)