Skip to content

Conversation

@VishokL
Copy link
Contributor

@VishokL VishokL commented Oct 16, 2025

No description provided.

@VishokL VishokL requested a review from IanWearsHat October 16, 2025 18:40
@VishokL VishokL linked an issue Oct 16, 2025 that may be closed by this pull request
@github-actions
Copy link

github-actions bot commented Oct 16, 2025

Deploy preview for zothacks-site-2023 ready!

Name Hack at UCI Site
Preview Visit Preview
Commit b1cccde


const LOCAL_API_URL = "http://localhost:8000";
const SERVER_HOST = process.env.VERCEL_URL;
const SERVER_HOST = process.env.IH_BACKEND_URL;
Copy link
Member

Choose a reason for hiding this comment

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

We should test if routes work with apps\site\next.config.js. In particular, line 10 in this file and line 24 in apps\site\next.config.js will be mismatched.

ex. using IH_BACKEND_URL=irvinehacks.com would work in this file, but not work in apps\site\next.config.js as /api would be omitted.

@VishokL VishokL requested a review from IanWearsHat October 21, 2025 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Env variable refactor

3 participants