home page title updated
This commit is contained in:
parent
97b6935da8
commit
8dfb3325e8
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import Navbar from "@/components/shared/Navbar";
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Home - SVRJS",
|
title: "SVRJS - A Web Server running on Nodejs",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function PageLayout({
|
export default function PageLayout({
|
||||||
|
|
Loading…
Reference in a new issue