import type { Metadata } from "next"; import "../public/assets/css/all.min.css"; import "./globals.css"; import { LanguageProvider } from "@/app/context/LanguageContext"; 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 Enhanced 2026 | Infrastructure for AI", description: "IPv6 - Enhanced for AI & Data Centre Enhanced 2026 — a premier event for next-gen infrastructure in ASEAN.", }; export default function RootLayout({ children }: { children: React.ReactNode }) { return (
{/* Nasalization font — path prefixed with basePath for subdirectory deployments */} {/* Fonts */} {/* Icons */}