Skip to content

Commit

Permalink
Update env.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvishnusankar authored Jul 3, 2023
1 parent 13acdf2 commit 8e880f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/env.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export const env = createEnv({
NEXT_PUBLIC_APP_URL: z.string().min(1),
},
runtimeEnv: {
NEXT_PUBLIC_APP_URL: process.env.NEXT_PUBLIC_APP_URL,
NEXT_PUBLIC_APP_URL: process.env.NEXT_PUBLIC_APP_URL ?? 'https://next-sitemap.iamvishnusankar.com',
},
})

0 comments on commit 8e880f9

Please sign in to comment.