mirror of
https://github.com/Xevion/bus-reminder.git
synced 2025-12-11 00:06:43 -06:00
Use common Layout component, place common title in Layout
This commit is contained in:
@@ -3,9 +3,7 @@ import { Html, Head, Main, NextScript } from 'next/document';
|
||||
export default function Document() {
|
||||
return (
|
||||
<Html className="h-full bg-gray-50">
|
||||
<Head>
|
||||
<title>bus-reminder</title>
|
||||
</Head>
|
||||
<Head />
|
||||
<body className="h-full">
|
||||
<Main />
|
||||
<NextScript />
|
||||
|
||||
Reference in New Issue
Block a user