Skip to content

Commit 5b8a3cc

Browse files
committed
fix(mavrodev): update resume PDF links
1 parent 2d8537a commit 5b8a3cc

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
-11 Bytes
Binary file not shown.
-7 Bytes
Binary file not shown.
-7 Bytes
Binary file not shown.

packages/ui/src/lib/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ export function getOriginFor(app: 'mavrodev' | 'mavrochat') {
2020
mavrochat: 'http://localhost:3001',
2121
} as const;
2222

23-
return env === 'production' ? prod[app] : dev[app];
23+
return env === 'development' ? dev[app] : prod[app];
2424
}

0 commit comments

Comments
 (0)