Skip to content

Commit dbf54ff

Browse files
SEO improvements
1 parent 8b38858 commit dbf54ff

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

docusaurus.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ import type * as Preset from '@docusaurus/preset-classic';
55
// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
66

77
const config: Config = {
8-
title: 'Yelix',
9-
tagline: 'Yelix Documentation',
8+
title: 'Yelix – Deno Web Framework',
9+
tagline: 'Yelix – Deno Web Framework',
1010
favicon: 'img/favicon.ico',
1111

1212
// Set the production url of your site here
13-
url: 'https://your-docusaurus-site.example.com',
13+
url: 'https://yelix-docs.deno.dev/',
1414
// Set the /<baseUrl>/ pathname under which your site is served
1515
// For GitHub pages deployment, it is often '/<projectName>/'
1616
baseUrl: '/',

src/pages/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,9 @@ function HomepageHeader() {
3030
}
3131

3232
export default function Home(): ReactNode {
33-
const {siteConfig} = useDocusaurusContext();
3433
return (
3534
<Layout
36-
title={`Hello from ${siteConfig.title}`}
37-
description="Description will go into a meta tag in <head />">
35+
description="Yelix is a fast, lightweight web framework for Deno, built on Hono. It offers built-in data validation, OpenAPI 3.1 support, and automated backend documentation. Simplify your API development with Yelix!">
3836
<LandingPage />
3937
</Layout>
4038
);

0 commit comments

Comments
 (0)