Skip to content

Commit

Permalink
Update meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikmehta8 committed Nov 4, 2024
1 parent 98f4962 commit 1e93659
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
image: 'img/docusaurus-social-card.jpg',
image: 'img/docusaurus-social-card.png',
navbar: {
title: 'Orion',
logo: {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function Home() {
const {siteConfig} = useDocusaurusContext();
return (
<Layout
description="Description will go into a meta tag in <head />">
description="Express on Steroids: The Ultimate Plug-and-Play Backend Architecture">
<HomepageHeader />
<main>
<HomepageFeatures />
Expand Down

0 comments on commit 1e93659

Please sign in to comment.