Commit Graph

184 Commits

Author SHA1 Message Date
Ben Spinks 9b185b0107
Add button that removes an image (#134)
* 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>
2020-08-27 10:55:33 -04:00
Johannes 6708a95f33
Fix select component styles (#135) 2020-08-26 11:27:14 -04:00
Tulsi Prasad 32006d2073
Update broken readme tweet banner (#132)
* fix: update dead readme banner

* Update link

Co-authored-by: Steven <steven@ceriously.com>
2020-08-14 19:07:54 -04:00
Steven bb67bdd5bd Rename master to main 2020-08-11 15:53:00 -04:00
Steven 8026662bcc
Update to vercel.app suffix (#130) 2020-08-11 15:38:08 -04:00
Steven cbad557514
Fix dev check (#124) 2020-07-14 19:52:50 -04:00
Steven 7c697b8448
Update og image (#122)
Fixes #121 by adding additional metadata.

## Example

<img src="https://user-images.githubusercontent.com/229881/85033029-77946200-b14e-11ea-9588-c562f3d05ad6.png" width="500" />
2020-06-18 10:30:26 -04:00
Steven 0a899f0b80
Delete Dockerfile (#120)
This file is not used for Vercel deployments
2020-06-10 11:21:38 -04:00
Steven bbd8b8b07b
Rename zeit/og-image to vercel/og-image (#119)
- Rename `now` CLI to `vercel` CLI
- Rename `now.json` to `vercel.json`
- Rename `.nowignore` to `.vercelignore`
- Rename `zeit/og-image` to `vercel/og-image`

https://vercel.com/blog/zeit-is-now-vercel
2020-05-27 19:15:22 -04:00
Aaron Morris 76fb629aa2
README.md: Update deploy button from Zeit -> Vercel (#118)
The one-click deploy button isn't working because of the name change. Let's fix that!
2020-05-27 19:01:48 -04:00
Steven ceef73898b
Update README.md (#117) 2020-05-26 12:00:21 -04:00
Steven 3406121c3a
Change assets to vercel.com (#114)
We need to support both `assets.vercel.com` as well as `assets.zeit.co` for backwards compatibility, but we'll change the default to `assets.vercel.com`.
2020-04-28 10:51:55 -04:00
Steven e8d7693227
Rename ZEIT Now to Vercel (#113)
https://vercel.com/blog/zeit-is-now-vercel
2020-04-23 18:53:55 -04:00
Mike Barkmin bce2922d67
Add path for chrome on linux (#111) 2020-04-14 16:08:00 -04:00
Krzysztof Żuraw 359fd09c80
fix: update readme for free zeit accounts (#109)
* fix: update readme for free zeit accounts

* docs: fix wording in readme

Co-Authored-By: Steven <steven@ceriously.com>

Co-authored-by: Steven <steven@ceriously.com>
2020-04-14 14:51:21 -04:00
Steven 9e4bc4f78f
Upgrade Node 10 to Node 12 (#106)
- Upgrade Node 10 to Node 12
- Bump dependencies to the latest version
- Fix a small typescript issue @Snazzyham mentioned #105
- Fix perf by using `setContent()` instead of writing a file each request per @ChristopherBiscardi,  [suggested on twitter](https://twitter.com/chrisbiscardi/status/1239686555972718593)
2020-04-06 13:58:11 -04:00
Steven 2b3ec99d82
Change routes to rewrites (#104) 2019-12-09 09:59:40 -05:00
Steven 842c1cb045
Bump memory to 3GB (#103) 2019-11-13 10:21:46 -05:00
Steven 2794f6f760
Change default to ZEIT logo, remove Now logo (#102)
* Change default to ZEIT logo

* Apply suggestions from code review

Remove Now logo from dropdown

Co-Authored-By: Paco <34928425+pacocoursey@users.noreply.github.com>
2019-11-11 11:38:55 -05:00
Steven 0f2c17b068 Change radial-gradient to diamonds (#101) 2019-10-28 13:27:26 -03:00
Steven f52d32047f
Add deploy button at top of readme (#100) 2019-10-14 15:18:16 -04:00
Steven 40f1a7c6e9
Add blue deploy button (#99) 2019-10-14 14:42:32 -04:00
Steven 17fd8a2a07
Enable node 10 (#80)
* Enable node 10
2019-10-14 14:39:59 -04:00
Steven e554be21ca
Change routes to handle filesystem (#95) 2019-08-29 18:32:15 -04:00
Steven d2faa8238e
Use routes instead of handle:filesystem (#94) 2019-08-12 09:04:24 -07:00
Steven c1360cc135
Fix links to code in contributing.md (#92) 2019-07-25 15:21:57 -04:00
Steven c06a2f573d
Rename dirs to avoid creating lambdas (#91) 2019-07-25 15:02:30 -04:00
Steven a13bfb3c9d
Remove mention of alias, no longer applicable (#90) 2019-07-25 13:54:52 -04:00
Steven 4f1d543cf2
Move alias/version out of now.json, use account instead (#89) 2019-07-25 13:44:15 -04:00
Steven 4e81bf7443
Fix dead links in docs (#88) 2019-07-25 13:31:14 -04:00
Steven d05a27116c
Remove builds in favor of zero-config (#87)
* Remove builds in favor of zero-config

* Rename types from .d.ts to .ts and import

* Fix types

* Fix web build to use separate tsconfig.json

* Rename web/browser.ts to web/index.ts

* Move fonts
2019-07-25 12:35:12 -04:00
Steven 643e199d46
Use canary builder (#86)
Living on the bleeding edge
2019-07-17 10:53:24 -04:00
Steven fb27a2a682
Pin the node runtime to 8.10.x (#85)
It seems that `chrome-aws-lambda` only works with Node 8
2019-07-17 10:50:17 -04:00
Steven 0198cf73be
Recursively glob static files (#83) 2019-07-03 15:10:09 -04:00
Steven 01ff527c42
Remove dev script (#82)
Fixes #81
2019-06-29 14:25:36 -04:00
Steven b19f6c59b9
Changes to readme (#79)
* Changes to readme

* Update CONTRIBUTING.md
2019-04-30 13:07:22 -04:00
Steven b4f7625a22
Add support for Windows (#78)
* Add support for Windows

* Fix windows path
2019-04-30 12:53:43 -04:00
Steven adaa1b4204
Mention OG_HTML_DEBUG flag in contributing (#77) 2019-04-29 18:02:09 -04:00
Steven 7e72d518b6
Improve SEO (#76) 2019-04-21 20:54:13 -04:00
Frans Allen d01b8e0d93 Typo maybe? (#75) 2019-04-21 10:01:07 -04:00
Steven 4648a07531
Set s-maxage header (#74)
This should fix caching per the docs https://zeit.co/docs/v2/routing/caching
2019-04-20 21:36:50 -04:00
Steven b5f0fc0cd8
Update .nowignore - ignore Dockerfile (#73) 2019-04-15 08:56:21 -04:00
Nathan Rajlich b5338eed1e Use `@now/node` stable builder 2019-04-01 07:32:50 -07:00
Steven 8bcee60b01
Update README.md 2019-04-01 08:45:13 -04:00
Steven bce2b04175 Add support for `now dev` (#72)
* Remove hacks to support now dev

* Fix local development for now dev

* Update CONTRIBUTING.md

* Add now dev to package.json
2019-03-31 18:09:16 -07:00
Steven cf28f066b3
Update description (#71)
* Update description

* Update readme
2019-03-28 09:10:39 -04:00
Steven d0d6267fc7 Add codeowners file 2019-03-13 16:33:27 -04:00
Steven e8670cc3eb
Update deployment button url (#69)
Let's use the new and improved project template
2019-03-04 19:13:51 -05:00
Steven 0812a3df7c
Add both aliases: now.sh and zeit.sh (#68) 2019-03-04 14:53:35 -05:00
Steven 13a95a409f
Move to zeit org (#67)
* Move to zeit org

* Remove author, use yarn

* Add .yarnrc so dependencies lock

* Save exact dependencies
2019-03-04 13:34:38 -05:00