change default title (#468)

This commit is contained in:
heheer 2023-11-13 22:44:11 +08:00 committed by GitHub
parent 4593eef2ff
commit 2b8ff7d32c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ function App({ Component, pageProps }: AppProps) {
return ( return (
<> <>
<Head> <Head>
<title>{feConfigs?.systemTitle || 'FastGPT'}</title> <title>{feConfigs?.systemTitle || 'AI'}</title>
<meta <meta
name="description" name="description"
content="FastGPT is a knowledge-based question answering system built on the LLM. It offers out-of-the-box data processing and model invocation capabilities. Moreover, it allows for workflow orchestration through Flow visualization, thereby enabling complex question and answer scenarios!" content="FastGPT is a knowledge-based question answering system built on the LLM. It offers out-of-the-box data processing and model invocation capabilities. Moreover, it allows for workflow orchestration through Flow visualization, thereby enabling complex question and answer scenarios!"