Fix domains: Route w-make.com to portfolio, remove .org

This commit is contained in:
Jan Wagner
2026-08-16 00:48:42 +02:00
parent 3a1154ef03
commit 1485a424fd
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.docker.network=proxy" - "traefik.docker.network=proxy"
- "traefik.http.routers.w-make.rule=Host(`w-make.com`) || Host(`www.w-make.com`)" - "traefik.http.routers.w-make.rule=Host(`w-make.com`, `www.w-make.com`)"
- "traefik.http.routers.w-make.priority=100" - "traefik.http.routers.w-make.priority=100"
- "traefik.http.routers.w-make.entrypoints=websecure" - "traefik.http.routers.w-make.entrypoints=websecure"
- "traefik.http.routers.w-make.tls=true" - "traefik.http.routers.w-make.tls=true"
+2 -2
View File
@@ -13,8 +13,8 @@ const geistMono = Geist_Mono({
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Jan Wagner — Software für Prozesse, auf die man sich verlassen muss", title: "w-make.com - Engineering Reliability",
description: "Jan Wagner entwickelt robuste digitale Systeme für industrielle und anspruchsvolle Geschäftsprozesse.", description: "w-make.com Portfolio und Showroom für industrielle Softwareentwicklung, Batchmaker und die Affine App.",
}; };
export default function RootLayout({ children }: LayoutProps<"/">) { export default function RootLayout({ children }: LayoutProps<"/">) {