Skip to content

Commit

Permalink
1.0.2-next.1
Browse files Browse the repository at this point in the history
  • Loading branch information
juice49 committed May 22, 2021
1 parent 316c5e8 commit 43b3f6a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
11 changes: 11 additions & 0 deletions examples/basic/.vercel/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
> Why do I have a folder named ".vercel" in my project?
The ".vercel" folder is created when you link a directory to a Vercel project.

> What does the "project.json" file contain?
The "project.json" file contains:
- The ID of the Vercel project that you linked ("projectId")
- The ID of the user or team your Vercel project is owned by ("orgId")

> Should I commit the ".vercel" folder?
No, you should not share the ".vercel" folder with anyone.
Upon creation, it will be automatically added to your ".gitignore" file.
1 change: 1 addition & 0 deletions examples/basic/.vercel/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"orgId":"TQcEDm5RFPcv2tOT94PJP5kD","projectId":"prj_1q9FxCXIg7rQG4hihP9yRRoJSjOb"}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Ash",
"repository": "juice49/next-og-image",
"description": "Generate Open Graph protocol images for your website using Next.js and React components.",
"version": "1.0.2-next.0",
"version": "1.0.2-next.1",
"license": "MIT",
"typings": "./dist/index.d.ts",
"source": "./src/index.ts",
Expand Down

0 comments on commit 43b3f6a

Please sign in to comment.