Skip to content

Commit cf53b97

Browse files
committed
chore: remove unnecessary whitespace in getBasename function
1 parent 91b23d7 commit cf53b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/getBasename.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const getBasename = (): string => {
22
const vercelEnv = import.meta.env.VITE_VERCEL_ENV || process.env.VERCEL_ENV;
3-
3+
44
// Vercel production
55
if (vercelEnv === 'production') {
66
return '/web3messaging';

0 commit comments

Comments
 (0)