forked from vercel/og-image
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
Sync with main #1
Closed
Closed
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
Fixes #121 by adding additional metadata. ## Example <img src="https://user-images.githubusercontent.com/229881/85033029-77946200-b14e-11ea-9588-c562f3d05ad6.png" width="500" />
* fix: update dead readme banner * Update link Co-authored-by: Steven <steven@ceriously.com>
* Add button that removes an image * Make remove button 100% width The calc + 2px is to account for inconsistency with the other inputs and selectors which appear to be 2px wider than 100% (presumably from border) * Make splice/filter operation clearer The array has to be spread before filtering. This is for the case where only a later image has a defined width/height In those cases the width/height array would be defined as [4: 350] for example. Filtering on that array would give unexpected result. The spreading creates the full array and then filters correctly. Co-authored-by: Steven <steven@ceriously.com>
Bumps [bl](https://github.com/rvagg/bl) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/rvagg/bl/releases) - [Commits](rvagg/bl@v3.0.0...v3.0.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
TypeError: Cannot read property '_launcher' of undefined
Bumps [ws](https://github.com/websockets/ws) from 7.4.3 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@7.4.3...7.4.6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.1...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Replace select with input * Update index.ts * Update index.ts * Update index.ts * Fixes review comments (spacing and placeholders) * Fix space again * Added type number and defaulted to empty values * Update index.ts * Revert unncessary changes * Add newline * Change order of props * Small cleanup Co-authored-by: Steven <steven@ceriously.com>
|
Someone is attempting to deploy a commit to a Personal Account owned by @Darth-Knoppix on Vercel. @Darth-Knoppix first needs to authorize it. |
|
Deployment failed with the following error: Learn More: https://vercel.link/3c4 |
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.
No description provided.