Skip to content

Commit

Permalink
Fix #115
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Miller committed Dec 1, 2023
1 parent e90d44a commit bfd8504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/provider/solito-image/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { replaceLocalhost } from 'app/utils/trpc/localhost.native'
import { SolitoImageProvider as SolitoImageProviderOG } from 'solito/image'

export const getImageUrl = () => {
const imageUrl = `${process.env.NEXT_PUBLIC_APP_URL}`
const imageUrl = `${process.env.EXPO_PUBLIC_APP_URL}`
return replaceLocalhost(imageUrl)
}

Expand Down

1 comment on commit bfd8504

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✔ EAS production build completed

Android QR IOS QR
Android QR IOS QR

Please sign in to comment.