File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const config = {
1212 baseUrl : '/' ,
1313 onBrokenLinks : 'throw' ,
1414 onBrokenMarkdownLinks : 'warn' ,
15- favicon : 'img/favicon.ico ' ,
15+ favicon : 'img/sph-logo.png ' ,
1616 organizationName : 'SurPathHub' , // Usually your GitHub org/user name.
1717 projectName : 'docs' , // Usually your repo name.
1818 trailingSlash : false ,
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import SPHButton from "../components/SPHButton";
77import { projects } from "../constants/projects" ;
88import SPHCard from "../components/SPHCard" ;
99import SPHTitleBar from "../components/SPHTitleBar" ;
10+ import siteMetadata from "@generated/site-metadata" ;
1011
1112function Hero ( ) {
1213 const { siteConfig} = useDocusaurusContext ( ) ;
@@ -28,10 +29,11 @@ function Hero() {
2829}
2930
3031export default function Home ( ) {
32+ const { siteConfig} = useDocusaurusContext ( ) ;
3133 return (
3234 < Layout
3335 title = { `HOME` }
34- description = "Description will go into a meta tag in <head />" >
36+ description = { siteConfig . tagline } >
3537 < Hero />
3638 < main className = "content-wrap" >
3739 < SPHTitleBar > SurPathHub Projects</ SPHTitleBar >
You can’t perform that action at this time.
0 commit comments