Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvishnusankar committed Jul 3, 2023
1 parent 8e880f9 commit 4bf396e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/env.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export const env = createEnv({
NEXT_PUBLIC_APP_URL: z.string().min(1),
},
runtimeEnv: {
NEXT_PUBLIC_APP_URL: process.env.NEXT_PUBLIC_APP_URL ?? 'https://next-sitemap.iamvishnusankar.com',
NEXT_PUBLIC_APP_URL:
process.env.NEXT_PUBLIC_APP_URL ??
'https://next-sitemap.iamvishnusankar.com',
},
})
1 change: 1 addition & 0 deletions examples/static-export/public/next.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions examples/static-export/public/vercel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4bf396e

Please sign in to comment.