We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bee0cd + 5e8c337 commit 669e4adCopy full SHA for 669e4ad
pages/index.js
@@ -1,6 +1,7 @@
1
import { useEffect, useState } from "react";
2
import { DataTable } from "primereact/datatable";
3
import { Column } from "primereact/column";
4
+import { Head } from "next/head";
5
import { weatherTemplate, getWeatherIndex } from "../components/weatherTemplate";
6
7
@@ -156,6 +157,10 @@ export default function Home() {
156
157
158
return (
159
<div className="text-center">
160
+ <Head>
161
+ <title>Kata CI Dashboard</title>
162
+ </Head>
163
+
164
<h1
165
className={
166
"text-4xl mt-4 mb-0 underline text-inherit hover:text-blue-500"
0 commit comments