Fix domains: Route w-make.com to portfolio, remove .org
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ services:
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "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.entrypoints=websecure"
|
||||
- "traefik.http.routers.w-make.tls=true"
|
||||
|
||||
+2
-2
@@ -13,8 +13,8 @@ const geistMono = Geist_Mono({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Jan Wagner — Software für Prozesse, auf die man sich verlassen muss",
|
||||
description: "Jan Wagner entwickelt robuste digitale Systeme für industrielle und anspruchsvolle Geschäftsprozesse.",
|
||||
title: "w-make.com - Engineering Reliability",
|
||||
description: "w-make.com Portfolio und Showroom für industrielle Softwareentwicklung, Batchmaker und die Affine App.",
|
||||
};
|
||||
|
||||
export default function RootLayout({ children }: LayoutProps<"/">) {
|
||||
|
||||
Reference in New Issue
Block a user