Skip to content

Commit 7e81e1d

Browse files
committed
Update title/description of freebuff
1 parent da2c6bc commit 7e81e1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

freebuff/web/src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { siteConfig } from '@/lib/constant'
88

99
export async function generateMetadata(): Promise<Metadata> {
1010
const canonicalUrl = env.NEXT_PUBLIC_CODEBUFF_APP_URL
11-
const title = "Freebuff – The Strongest Free Coding Agent"
11+
const title = "Freebuff — the free coding agent"
1212
const description = siteConfig.description
1313

1414
return {

freebuff/web/src/lib/constant.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { env } from '@codebuff/common/env'
33
export const siteConfig = {
44
title: 'Freebuff',
55
description:
6-
"The world's strongest free coding agent. Describe what you want, and Freebuff edits your code — no subscription or credits required.",
6+
"The free coding agent. No subscription. No configuration. Start in seconds.",
77
keywords: () => [
88
'Freebuff',
99
'Free Coding Agent',

0 commit comments

Comments
 (0)