Skip to content

docs(astro-seo-graph): correct <Seo> description — renders head directly#51

Open
schlessera wants to merge 1 commit into
jdevalk:mainfrom
schlessera:docs/astro-seo-graph-seo-wraps-astro-seo
Open

docs(astro-seo-graph): correct <Seo> description — renders head directly#51
schlessera wants to merge 1 commit into
jdevalk:mainfrom
schlessera:docs/astro-seo-graph-seo-wraps-astro-seo

Conversation

@schlessera

Copy link
Copy Markdown

What

The What you get table in packages/astro-seo-graph/README.md still describes <Seo> as wrapping astro-seo:

Wraps astro-seo for the meta tags.

That's no longer true. Since v2.0.0 (fc161b9feat(astro-seo-graph)!: drop astro-seo, render <head> directly) the component renders every <head> tag itself:

  • packages/astro-seo-graph/package.json has no astro-seo dependency.
  • src/components/Seo.astro's header comment states "No external astro-seo dependency" and documents the full tag order it emits directly.

Change

One table cell — replace the stale "Wraps astro-seo" sentence with "Renders every <head> tag directly — no astro-seo dependency." (Prettier re-aligned the table column.)

Docs-only; no changeset.

The "What you get" table still said `<Seo>` "Wraps astro-seo for the
meta tags". Since v2.0.0 (feat!: drop astro-seo, render <head> directly)
the component has no astro-seo dependency — it emits every <head> tag
itself. The package.json carries no astro-seo dep and Seo.astro's header
documents "No external astro-seo dependency". Update the table row to
match the shipped behavior.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant