Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit cd7ba07

Browse files
authored
Merge pull request #104 from ConductionNL/seo/title-fix-80
fix(docs): descriptive homepage title (#80)
2 parents e643d3f + 585e014 commit cd7ba07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ const WIDGETS = [
232232
export default function Home() {
233233
return (
234234
<Layout
235-
title="OpenBuilt"
235+
title="OpenBuilt, no-code app builder inside Nextcloud"
236236
description="Citizen-developer app builder for Nextcloud — compose apps from registers, connectors, workflows, and documents without code."
237237
>
238238
<main className="marketing-page">

0 commit comments

Comments
 (0)