mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-03 13:38:00 +00:00
v4.6-3 (#471)
This commit is contained in:
@@ -2,7 +2,8 @@ import { Html, Head, Main, NextScript } from 'next/document';
|
||||
|
||||
export default function Document() {
|
||||
return (
|
||||
<Html lang="en">
|
||||
<Html>
|
||||
<title>{process.env.SYSTEM_NAME || 'FastGPT'}</title>
|
||||
<Head />
|
||||
<body>
|
||||
<Main />
|
||||
|
Reference in New Issue
Block a user