Skip to content

Commit

Permalink
chore(layout): switch to new short description
Browse files Browse the repository at this point in the history
  • Loading branch information
gulien committed Feb 21, 2025
1 parent 1db81fc commit 6f23290
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -4,7 +4,7 @@ const lightTheme = themes.github;
/** @type {import('@docusaurus/types').DocusaurusConfig} */
module.exports = {
title: "Gotenberg",
tagline: "A Docker-powered stateless API for PDF files",
tagline: "A containerized API for seamless PDF conversion",
trailingSlash: false,
url: "https://gotenberg.dev",
baseUrl: "/",
Expand Down
3 changes: 2 additions & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ import Highlights from "../components/Highlights";

export default function Home() {
const { siteConfig } = useDocusaurusContext();

return (
<Layout title={siteConfig.title} description={siteConfig.tagLine}>
<Layout title={siteConfig.tagline} description={siteConfig.tagline}>
<Hero />
<main>
<Pulls />
Expand Down

0 comments on commit 6f23290

Please sign in to comment.