mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(cli): add @videojs/cli docs command for LLM-friendly installation (#1214)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
9681515446
commit
24b8b77c8a
@@ -58,7 +58,11 @@ const fullTitle =
|
||||
/>
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<meta name="algolia-site-verification" content="9CE2D1D6448256D3" />
|
||||
{Astro.site?.origin !== PRODUCTION_URL.origin && <meta name="robots" content="noindex" />}
|
||||
{
|
||||
Astro.site?.origin !== PRODUCTION_URL.origin && (
|
||||
<meta name="robots" content="noindex" />
|
||||
)
|
||||
}
|
||||
|
||||
{/* Analytics (production only) */}
|
||||
{import.meta.env.PROD && <Posthog />}
|
||||
|
||||
Reference in New Issue
Block a user