Compare commits
2 Commits
9e77e98349
...
a107202211
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a107202211 | ||
|
|
4321a45042 |
@@ -22,7 +22,7 @@ const getPocketBaseUrl = (): string => {
|
||||
}
|
||||
|
||||
/* Production URL - configure via build process or use relative URL */
|
||||
return import.meta.env.VITE_POCKETBASE_URL || "http://localhost:8090";
|
||||
return import.meta.env.VITE_POCKETBASE_URL || "https://api.yourdomain.com";
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user