Skip to content
Merged

fix #26

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
VITE_API_URL=https://3dprinter-web-api.benhalverson.workers.dev
VITE_BASE_URL=https://api.benhalverson.dev
VITE_DOMAIN=https://rc-store.benhalverson.dev
Comment on lines +1 to +2
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.