Skip to content

Commit

Permalink
docs: frames (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia authored Feb 20, 2024
1 parent dd9d702 commit a446113
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions site/vocs.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import { sidebar } from './sidebar';
export const GOOGLE_ANALYTICS_ID = process.env.NEXT_PUBLIC_GOOGLE_ANALYTICS_ID ?? 'TEST_GA';

const ONCHAINKIT_TITLE = 'OnchainKit';
const ONCHAINKIT_DESCRIPTION = `A collection of tools to build world-class onchain
apps with CSS, React, and Typescript.`;
const ONCHAINKIT_DESCRIPTION = `React components and TypeScript utilities for top-tier onchain apps.`;

export default defineConfig({
baseUrl: 'https://onchainkit.xyz',
Expand All @@ -17,13 +16,6 @@ export default defineConfig({
head: (
<>
<FrameMetadata
buttons={[
{
action: 'link',
label: 'Check out the docs',
target: 'https://onchainkit.xyz',
},
]}
image={{
src: 'https://onchainkit.xyz/logo/v0-8.png',
}}
Expand Down

0 comments on commit a446113

Please sign in to comment.