We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdeaaf9 commit a1ebfc9Copy full SHA for a1ebfc9
src/pages/index.js
@@ -56,8 +56,8 @@ function Home() {
56
const {siteConfig = {}} = context;
57
return (
58
<Layout
59
- title={`Hello from ${siteConfig.title}`}
60
- description="Description will go into a meta tag in <head />">
+ title={`${siteConfig.title}`}
+ description="小猪的API">
61
<header className={classnames('hero hero--primary', styles.heroBanner)}>
62
<div className="container">
63
<h1 className="hero__title">{siteConfig.title}</h1>
0 commit comments