Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
agnlez committed Aug 6, 2024
1 parent 46a3ae5 commit 366cf52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/containers/events-news/events/upcoming-events/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ export default function UpcomingEvents() {
queryKey: queryKeys.events.upcoming.queryKey,
});

console.log({ NEXT_PUBLIC_VERCEL_URL: process.env.NEXT_PUBLIC_VERCEL_URL });

return (
<ul className="">
{data?.map(({ name, image, location, date, description }) => (
Expand Down

0 comments on commit 366cf52

Please sign in to comment.