Skip to content

Commit

Permalink
chore: update homepage description
Browse files Browse the repository at this point in the history
  • Loading branch information
berkaltiok committed May 30, 2024
1 parent 441d335 commit 76749a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ 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 />">
<Layout title={`Hello from ${siteConfig.title}`} description="Open-source modular back-end written in Kotlin">
<HomepageHeader />
<main>
<HomepageFeatures />
Expand Down

0 comments on commit 76749a0

Please sign in to comment.