fix frontend server url
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Jake Walker 2025-02-05 23:08:13 +00:00
parent 7d60654d37
commit 54bf779a55
No known key found for this signature in database

View file

@ -1 +1 @@
export const SERVER_URL = import.meta.env.PROD ? "" : "http://localhost:8000";
export const SERVER_URL = import.meta.env.PROD ? window.location.origin : "http://localhost:8000";