-
Notifications
You must be signed in to change notification settings - Fork 562
fixed SEO issues from ahrefs #7688
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
23c470a
7efebda
52bf5c4
15836f9
4a5769b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -1,3 +1,14 @@ | ||||||||||||||||||||||||||||||||||||||
import { createMetadata} from "@doc"; | ||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
export const metadata = createMetadata({ | ||||||||||||||||||||||||||||||||||||||
image: { | ||||||||||||||||||||||||||||||||||||||
title: "thirdweb CLI reference", | ||||||||||||||||||||||||||||||||||||||
icon: "wallets", | ||||||||||||||||||||||||||||||||||||||
}, | ||||||||||||||||||||||||||||||||||||||
title: "thirdweb CLI generate | Reference", | ||||||||||||||||||||||||||||||||||||||
description: "Learn how to use the thirdweb CLI to generate type-safe functions and events for deployed contracts.", | ||||||||||||||||||||||||||||||||||||||
}); | ||||||||||||||||||||||||||||||||||||||
Comment on lines
+3
to
+10
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Missing import for Same issue as the other CLI pages – pull the helper into scope to keep the MDX compiler happy. +import { createMetadata } from "@/lib/metadata"; /* adjust if different */ 📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents
|
||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
# Generate | ||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
You can generate precompiled, optimized type safe functions and events for any deployed contract using the thirdweb CLI. | ||||||||||||||||||||||||||||||||||||||
|
Uh oh!
There was an error while loading. Please reload this page.