Skip to content

Commit

Permalink
Set public and private endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcnicasource committed Jun 9, 2023
1 parent 84b0a47 commit b788383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
@@ -1,4 +1,4 @@
// This is client side config only - don't put anything in here that shouldn't be public!
export const endpoint = `${process.env.NEXT_PUBLIC_DOMAIN}`
export const prodEndpoint = 'fill me in when we deploy'
export const prodEndpoint = `${process.env.NEXT_PUBLIC_DOMAIN}`
export const perPage = 4

1 comment on commit b788383

@vercel
Copy link

@vercel vercel bot commented on b788383 Jun 9, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.