Skip to content

Commit a1ebfc9

Browse files
authored
Update index.js
1 parent cdeaaf9 commit a1ebfc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ function Home() {
5656
const {siteConfig = {}} = context;
5757
return (
5858
<Layout
59-
title={`Hello from ${siteConfig.title}`}
60-
description="Description will go into a meta tag in <head />">
59+
title={`${siteConfig.title}`}
60+
description="小猪的API">
6161
<header className={classnames('hero hero--primary', styles.heroBanner)}>
6262
<div className="container">
6363
<h1 className="hero__title">{siteConfig.title}</h1>

0 commit comments

Comments
 (0)