chore: update eslint and prettier configuration
This commit is contained in:
@@ -17,8 +17,11 @@ const geistMono = Geist_Mono({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Create Next App',
|
||||
description: 'Generated by create next app',
|
||||
title: {
|
||||
default: 'VisionRoad',
|
||||
template: '%s | VisionRoad',
|
||||
},
|
||||
description: 'Road infrastructure monitoring and pothole detection platform',
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
@@ -28,7 +31,9 @@ export default function RootLayout({
|
||||
}>) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<body className={`${geistSans.variable} ${geistMono.variable} antialiased`}>
|
||||
<body
|
||||
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
|
||||
>
|
||||
<ThemeProvider
|
||||
attribute="class"
|
||||
defaultTheme="system"
|
||||
|
||||
Reference in New Issue
Block a user