Skip to content

Commit

Permalink
fix: example code in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shigaichi committed Feb 25, 2023
1 parent bd2c71d commit 1b13ddc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import { SEO } from "astro-seo";
description="A heavily optimized description full of well-researched keywords."
openGraph={{
basic: {
title: "A Very Descriptive Title"
title: "A Very Descriptive Title",
type: "A type.",
image: "https://user-images.githubusercontent.com/5182256/131216951-8f74f425-f775-463d-a11b-0e01ad9fce8d.png",
}
Expand All @@ -65,7 +65,6 @@ import { SEO } from "astro-seo";
// ... rest of <head>
</head>
<body> // ... body </body>
</head>
</html>
```

Expand Down

0 comments on commit 1b13ddc

Please sign in to comment.