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
+2 -2
View File
@@ -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<"/">) {