Merge pull request #2410 from Lantianyou/feature/typing-metadata

Feature/typing-metadata
This commit is contained in:
Yifei Zhang 2023-07-17 11:01:39 +08:00 committed by GitHub
commit 4e6b71ace5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,9 @@ import "./styles/globals.scss";
import "./styles/markdown.scss";
import "./styles/highlight.scss";
import { getClientConfig } from "./config/client";
import { type Metadata } from 'next';
export const metadata = {
export const metadata: Metadata = {
title: "ChatGPT Next Web",
description: "Your personal ChatGPT Chat Bot.",
viewport: {