Skip to content

Commit

Permalink
Merge pull request #14 from Design-System-Project/fix/production-url
Browse files Browse the repository at this point in the history
fix production url reference
  • Loading branch information
tomasfrancisco authored Aug 23, 2024
2 parents 02d2357 + 51c22fd commit 9e23724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const env = createEnv({
const pageUrl = (() => {
switch (env.NEXT_PUBLIC_VERCEL_ENV) {
case 'production':
return 'https://ds-project.tfrancisco.dev';
return 'https://designsystemproject.pro';
case 'preview':
return `https://${env.NEXT_PUBLIC_VERCEL_URL}`;
default:
Expand Down

0 comments on commit 9e23724

Please sign in to comment.