Skip to content

fix#26

Merged
benhalverson merged 1 commit intomainfrom
package-scripts
Oct 28, 2025
Merged

fix#26
benhalverson merged 1 commit intomainfrom
package-scripts

Conversation

@benhalverson
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings October 28, 2025 10:16
@benhalverson benhalverson merged commit f5a3096 into main Oct 28, 2025
1 check passed
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the production environment configuration by replacing the legacy API URL with two new environment variables that separate the base API URL from the domain URL.

  • Replaced VITE_API_URL with VITE_BASE_URL and VITE_DOMAIN
  • Updated API endpoint from workers.dev subdomain to main domain
  • Added explicit domain configuration for the RC store

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +1 to +2
VITE_BASE_URL=https://api.benhalverson.dev
VITE_DOMAIN=https://rc-store.benhalverson.dev No newline at end of file
Copy link

Copilot AI Oct 28, 2025

Choose a reason for hiding this comment

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

The removal of VITE_API_URL and introduction of VITE_BASE_URL and VITE_DOMAIN suggests a significant refactoring of how API endpoints are configured. Ensure that all references to VITE_API_URL throughout the codebase have been updated to use the new variable names, and verify that the application logic correctly constructs URLs using these two separate values.

Copilot uses AI. Check for mistakes.
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.

1 participant

Comments