Skip to content
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

docs: typo shape description #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/seo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ import { AstroSeo } from '@astrolib/seo';
| `canonical` | string | Set the page canonical url |
| `mobileAlternate.media` | string | Set what screen size the mobile website should be served from |
| `mobileAlternate.href` | string | Set the mobile page alternate url |
| `languageAlternates` | array | Set the language of the alternate urls. Expects array of objects with the shape: `{ hrefLang: string, href: string }` |
| `languageAlternates` | array | Set the language of the alternate urls. Expects array of objects with the shape: `{ hreflang: string, href: string }` |
| `additionalMetaTags` | array | Allows you to add a meta tag that is not documented here. |
| `additionalLinkTags` | array | Allows you to add a link tag that is not documented here. |
| `twitter.cardType` | string | The card type, which will be one of `summary`, `summary_large_image`, `app`, or `player` |
Expand Down