feat: close #2618 use correct html lang attr

This commit is contained in:
Yidadaa
2023-08-14 21:55:18 +08:00
parent ae8226907f
commit e8e01aa60d
3 changed files with 24 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import "./styles/globals.scss";
import "./styles/markdown.scss";
import "./styles/highlight.scss";
import { getClientConfig } from "./config/client";
import { type Metadata } from 'next';
import { type Metadata } from "next";
export const metadata: Metadata = {
title: "ChatGPT Next Web",