fix: ipv6 submit → ipv6 enhanced

This commit is contained in:
2026-05-18 11:57:38 +07:00
parent 766a55d082
commit 208a91b971
8 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -7,9 +7,9 @@ const basePath = process.env.NEXT_PUBLIC_BASE_PATH || "";
export const metadata: Metadata = {
metadataBase: new URL(process.env.NEXT_PUBLIC_BASE_URL || "http://localhost:3000"),
title: "IPv6 Summit 2026 | Infrastructure for AI",
title: "IPv6 Enhanced 2026 | Infrastructure for AI",
description:
"IPv6 for AI & Data Centre Summit 2026 — a premier event for next-gen infrastructure in ASEAN.",
"IPv6 for AI & Data Centre Enhanced 2026 — a premier event for next-gen infrastructure in ASEAN.",
};
export default function RootLayout({ children }: { children: React.ReactNode }) {