Skip to content

Commit be6980f

Browse files
authored
chore: add project title and description to context7.json
Added schema, project title, and description to context7.json.
1 parent 938dfbe commit be6980f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

context7.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2-
"url": "https://context7.com/twocaretcat/astro-snapshot",
3-
"public_key": "pk_GLBqOI7G5OypvlKYVTdYF"
2+
"$schema": "https://context7.com/schema/context7.json",
3+
"url": "https://context7.com/twocaretcat/astro-snapshot",
4+
"public_key": "pk_GLBqOI7G5OypvlKYVTdYF",
5+
"projectTitle": "Astro Snapshot",
6+
"description": "An Astro integration for generating screenshots of your pages automatically at build time. Perfect for creating social images, content previews, dynamic icons, and more!"
47
}

0 commit comments

Comments
 (0)