mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	feat: add typings for metadata
This commit is contained in:
		@@ -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: {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user