Skip to content

Commit

Permalink
fix the social card (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
wad4444 authored Mar 8, 2024
1 parent 31a9a60 commit cf1f221
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ function HomepageHeader() {
}

export default function Home() {
const { siteConfig } = useDocusaurusContext();
return (
<Layout
title={`Hello from ${siteConfig.title}`}
description="Description will go into a meta tag in <head />">
title={`Flamework`}
description="An extensible game framework for roblox-ts.">
<HomepageHeader />
<main>
<HomepageFeatures />
Expand Down

0 comments on commit cf1f221

Please sign in to comment.