Use probo.com for bare and marketing domain references

Replace the bare `getprobo.com` domain and the `www.getprobo.com`
marketing host with `probo.com` / `www.probo.com` across the codebase.
Functional subdomains (app, console, notification, custom, test,
cookie-banner, compliance) keep their existing `getprobo.com` hosts,
and changelog entries are left untouched.

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2026-06-09 17:39:26 +02:00
parent 6757c07bd5
commit c7e2fc209f
60 changed files with 73 additions and 73 deletions

View File

@@ -7,7 +7,7 @@ export interface Config {
const STORAGE_KEY = "probo-example-config";
// Seed defaults from Vite env (loaded from ../../../getprobo.com/.env) so the
// Seed defaults from Vite env (loaded from ../../../probo.com/.env) so the
// example is usable without any manual setup when those vars are present.
const defaultConfig: Config = {
bannerId: import.meta.env.PUBLIC_COOKIE_BANNER_ID ?? "",

View File

@@ -5,7 +5,7 @@ export default defineConfig({
plugins: [react()],
// Use the PUBLIC_ prefix so the example accepts the same env var names
// (PUBLIC_COOKIE_BANNER_ID, PUBLIC_COOKIE_BANNER_API_BASE_URL,
// PUBLIC_POSTHOG_API_KEY) used by getprobo.com. Copy .env.example to .env
// PUBLIC_POSTHOG_API_KEY) used by probo.com. Copy .env.example to .env
// and fill in your values.
envPrefix: "PUBLIC_",
server: {