Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/MISSION_STATEMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ organisations can adopt it directly.

- **Organisation**: evig (in Gründung)
- **Base**: Zürich, Switzerland (online-first; no public store or warehouse)
- **Website**: https://evig.orangecat.ch
- **Website**: https://revampit.orangecat.ch (live host; `evig.orangecat.ch` pending DNS/infra cutover)
- **Legal status**: gemeinnütziger Verein in Gründung

---
Expand Down
9 changes: 7 additions & 2 deletions src/config/org.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,13 @@ export const ORG = {
motto: 'Intelligenz, für alle bezahlbar.',
/** Short description */
description: 'Gute, langlebige Technik für alle bezahlbar — kuratiert statt Ramsch.',
/** Current production app URL. */
website: 'https://evig.orangecat.ch',
/**
* Current production app URL — the LIVE host (Layer B infra). `evig.orangecat.ch`
* has no DNS yet; pointing here at a non-resolving domain broke the canonical /
* JSON-LD / OG URLs. Keep the working host until the infra cutover (DNS + Caddy
* vhost + deploy paths) makes `evig.orangecat.ch` real, then flip this one line.
*/
website: 'https://revampit.orangecat.ch',
/** evig has no legacy site (new organisation). Empty hides the "zur aktuellen Site" banner. */
websiteLegacy: '',
/** Email domain. TODO: register evig.ch + mailboxes. Staff-auth domain lives in permissions.ts. */
Expand Down
Loading