Commit 2b8ff7d3 by heheer Committed by GitHub

change default title (#468)

parent 4593eef2
...@@ -92,7 +92,7 @@ function App({ Component, pageProps }: AppProps) { ...@@ -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!"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment