-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Document the fix for 401 Unauthorized Social media preview images #594
Merged
transitive-bullshit
merged 2 commits into
transitive-bullshit:main
from
onnimonni:document-fix-for-social-media-preview-images
Nov 8, 2024
Merged
Document the fix for 401 Unauthorized Social media preview images #594
transitive-bullshit
merged 2 commits into
transitive-bullshit:main
from
onnimonni:document-fix-for-social-media-preview-images
Nov 8, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@onnimonni is attempting to deploy a commit to the Saasify Team on Vercel. A member of the Team first needs to authorize it. |
onnimonni
added a commit
to onnimonni/nextjs-notion-starter-kit
that referenced
this pull request
Jan 31, 2024
onnimonni
added a commit
to travelingvanproblem/travelingvanproblem.com
that referenced
this pull request
Jan 31, 2024
* document-fix-for-social-media-preview-images: Add the uploaded image from Pull Request transitive-bullshit#594 Document the fix for 401 unauthorized Social media preview images
onnimonni
added a commit
to travelingvanproblem/travelingvanproblem.com
that referenced
this pull request
Jan 31, 2024
…fix the README layout about the Vercel configuration
onnimonni
added a commit
to onnimonni/nextjs-notion-starter-kit
that referenced
this pull request
Jan 31, 2024
…fix the README layout about the Vercel configuration
onnimonni
force-pushed
the
document-fix-for-social-media-preview-images
branch
from
January 31, 2024 10:49
52a12a7
to
ed853d9
Compare
@onnimonni this looks great. I just pushed a fix for the social image generation itself. Can you update the Vercel screenshot to show the correct setting (with protection disabled) instead of the incorrect setting? Then I'll merge. Thanks! |
…or preview images in Vercel. fixes transitive-bullshit#435, fixes transitive-bullshit#437
onnimonni
force-pushed
the
document-fix-for-social-media-preview-images
branch
from
November 8, 2024 13:48
ed853d9
to
d476e81
Compare
transitive-bullshit
merged commit Nov 8, 2024
5441482
into
transitive-bullshit:main
4 of 5 checks passed
This is great; thanks @onnimonni 🙏 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Default configuration for projects has changed in Vercel and nowadays the Deployment Protection is enabled by default.
I didn't find a way how to disable it from the command line so I figured we should just document the manual steps to the Readme.
Issues closed by this
Fixes #435 and Fixes #437