Skip to content

Commit f35c997

Browse files
committed
Changed social banner and main page title
1 parent 4038bbe commit f35c997

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const config = {
6969
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
7070
({
7171
// Replace with your project's social card
72-
image: 'img/docusaurus-social-card.jpg',
72+
image: 'img/banner.jpg',
7373
navbar: {
7474
title: 'BryanBot',
7575
logo: {

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default function Home() {
3232
const {siteConfig} = useDocusaurusContext();
3333
return (
3434
<Layout
35-
title={`Hello from ${siteConfig.title}`}
35+
title={`Home`}
3636
description="Description will go into a meta tag in <head />">
3737
<HomepageHeader />
3838
<main>

static/img/banner.jpg

596 KB
Loading
-54.4 KB
Binary file not shown.

static/img/docusaurus.png

-5.02 KB
Binary file not shown.

0 commit comments

Comments
 (0)