Skip to content

Commit bd37670

Browse files
committed
Code Refactoring
1 parent 9b9d49d commit bd37670

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/Logo.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
export function Logo(props: React.ComponentPropsWithoutRef<'svg'>) {
22
const basePath = process.env.VERCEL_ENV === 'production' ? '/docs' : ''
33

4-
console.log('Doc Environment', process.env.VERCEL_ENV, basePath)
5-
64
return (
75
<>
86
<img

0 commit comments

Comments
 (0)