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 9b9d49d commit bd37670Copy full SHA for bd37670
src/components/Logo.tsx
@@ -1,8 +1,6 @@
1
export function Logo(props: React.ComponentPropsWithoutRef<'svg'>) {
2
const basePath = process.env.VERCEL_ENV === 'production' ? '/docs' : ''
3
4
- console.log('Doc Environment', process.env.VERCEL_ENV, basePath)
5
-
6
return (
7
<>
8
<img
0 commit comments