feat(house-ka): House-Ka dans l observatoire Ka-Stats (dashboard /api/stats/dashboard, theme habitation)
1 changed file +1 −0
modified
server.mjs
+1 −0
@@ -26,6 +26,7 @@ fs.mkdirSync(DATA, { recursive: true }); | ||
| 26 | 26 | const SITES = [ |
| 27 | 27 | { id: "lou-ka", wordmark: "Lou·Ka", domain: "www.lou-ka.com", accent: "#ff6a00", accentSoft: "#fff1e6", accentDeep: "#cc5500", onAccent: "#ffffff", tagline: "Tous les logements à louer", theme: "habitation" }, |
| 28 | 28 | { id: "immo-ka", wordmark: "Immo·Ka", domain: "www.immo-ka.com", accent: "#e23744", accentSoft: "#fbe0e2", accentDeep: "#a8232e", onAccent: "#ffffff", tagline: "Toutes les propriétés à vendre", theme: "habitation" }, |
| 29 | + { id: "house-ka", wordmark: "House·Ka", domain: "www.house-ka.com", accent: "#0f6b4f", accentSoft: "#dcefe6", accentDeep: "#0a4a37", onAccent: "#ffffff", tagline: "Maisons à vendre — Canada hors Québec (EN)", theme: "habitation" }, | |
| 29 | 30 | { id: "vrai-prix", wordmark: "Vrai-Prix", domain: "www.vrai-prix.com", accent: "#ff5148", accentSoft: "#ffe3e0", accentDeep: "#9e2a25", onAccent: "#ffffff", tagline: "La valeur réelle de chaque propriété", theme: "habitation" }, |
| 30 | 31 | { id: "auto-ka", wordmark: "Auto·Ka", domain: "www.auto-ka.com", accent: "#ff5a2a", accentSoft: "#ffe8de", accentDeep: "#cc3f16", onAccent: "#ffffff", tagline: "Les voitures usagées du Québec", theme: "mobilite" }, |
| 31 | 32 | { id: "job-ka", wordmark: "Job·Ka", domain: "www.job-ka.com", accent: "#0c8599", accentSoft: "#def0f4", accentDeep: "#095c6b", onAccent: "#ffffff", tagline: "Tous les emplois des employeurs québécois", theme: "emploi" }, |
| 32 | 33 | |