Skip to content

Commit

Permalink
change default title (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
newfish-cmyk authored Nov 13, 2023
1 parent 4593eef commit 2b8ff7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/app/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function App({ Component, pageProps }: AppProps) {
return (
<>
<Head>
<title>{feConfigs?.systemTitle || 'FastGPT'}</title>
<title>{feConfigs?.systemTitle || 'AI'}</title>
<meta
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!"
Expand Down

0 comments on commit 2b8ff7d

Please sign in to comment.