Skip to content

Commit

Permalink
Add absolute url (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
portdeveloper authored Nov 2, 2024
1 parent 67b9be0 commit f26e6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ThemeProvider } from "~~/components/ThemeProvider";
import "~~/styles/globals.css";

const baseUrl = process.env.VERCEL_URL
? `https://${process.env.VERCEL_URL}`
? `https://client.buidlguidl.com`
: `http://localhost:${process.env.PORT || 3000}`;
const imageUrl = `${baseUrl}/thumbnail-client.png`;

Expand Down

0 comments on commit f26e6c6

Please sign in to comment.