ignore: update meta description to use proper OpenCode capitalization
This commit is contained in:
parent
16e2bded5b
commit
ee9aa24a55
1 changed files with 4 additions and 1 deletions
|
|
@ -12,7 +12,10 @@ export default function App() {
|
||||||
root={(props) => (
|
root={(props) => (
|
||||||
<MetaProvider>
|
<MetaProvider>
|
||||||
<Title>opencode</Title>
|
<Title>opencode</Title>
|
||||||
<Meta name="description" content="opencode - The AI coding agent built for the terminal." />
|
<Meta
|
||||||
|
name="description"
|
||||||
|
content="OpenCode - The AI coding agent built for the terminal."
|
||||||
|
/>
|
||||||
<Suspense>{props.children}</Suspense>
|
<Suspense>{props.children}</Suspense>
|
||||||
</MetaProvider>
|
</MetaProvider>
|
||||||
)}
|
)}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue