feat: add typings for metadata

main
兰天游 2 years ago committed by GitHub
parent 62f8cd1db6
commit e1243f3d59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save