Compare commits

..

2 Commits

Author SHA1 Message Date
Kenan Alić
a107202211 Post-release styling pass
All checks were successful
Build / build (push) Successful in 24s
2025-10-24 03:19:17 +02:00
Kenan Alić
4321a45042 Version 1.0 squash 2025-10-24 03:19:17 +02:00

View File

@@ -22,7 +22,7 @@ const getPocketBaseUrl = (): string => {
} }
/* Production URL - configure via build process or use relative URL */ /* 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";
}; };
/** /**