Update layout.tsx

This commit is contained in:
houpe 2023-03-26 21:59:47 +08:00 committed by GitHub
parent 84d73fa1f2
commit bff4f14b9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ const COMMIT_ID = process
.trim(); .trim();
export const metadata = { export const metadata = {
title: "ChatGPT Next Web", title: "ChatGPT",
description: "Your personal ChatGPT Chat Bot.", description: "Houpe ChatGPT Chat Bot.",
}; };
function Meta() { function Meta() {