forked from UKSOURCE/ipv6
Adding Vietnamese version of IPV6, Rewrite content of README.md
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
import type { Metadata } from "next";
|
||||
import "../public/assets/css/all.min.css";
|
||||
import "./globals.css";
|
||||
import { LanguageProvider } from "@/app/context/LanguageContext";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
metadataBase: new URL(process.env.NEXT_PUBLIC_BASE_URL || "http://localhost:3000"),
|
||||
@@ -32,7 +33,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
|
||||
|
||||
</head>
|
||||
<body suppressHydrationWarning>
|
||||
{children}
|
||||
<LanguageProvider>{children}</LanguageProvider>
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user