update
This commit is contained in:
+9
-9
@@ -1,14 +1,14 @@
|
||||
import '@/app/ui/global.css';
|
||||
import { inter } from '@/app/ui/fonts';
|
||||
import { Metadata } from 'next';
|
||||
|
||||
import "@/app/ui/global.css";
|
||||
import type { Metadata } from "next";
|
||||
import { inter } from "@/app/ui/fonts";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: {
|
||||
template: '%s | Acme Dashboard',
|
||||
default: 'Acme Dashboard',
|
||||
template: "%s | Acme Dashboard",
|
||||
default: "Acme Dashboard",
|
||||
},
|
||||
description: 'The official Next.js Learn Dashboard built with App Router.',
|
||||
metadataBase: new URL('https://next-learn-dashboard.vercel.sh'),
|
||||
description: "The official Next.js Learn Dashboard built with App Router.",
|
||||
metadataBase: new URL("https://next-learn-dashboard.vercel.sh"),
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
@@ -21,4 +21,4 @@ export default function RootLayout({
|
||||
<body className={`${inter.className} antialiased`}>{children}</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user