Steven
e77be57549
Simplify build script ( #209 )
2022-06-06 22:50:32 -04:00
Thien Do
0b76def1f5
Update CONTRIBUTING.md ( #200 )
2022-03-15 19:00:37 -04:00
Strek
81045e8789
Replaced the select with input field for images ( #184 )
...
* 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>
2022-02-23 14:37:47 -05:00
Dominik Ferber
ded43bc99e
add vercel.json schema ( #192 )
2022-02-04 10:28:59 -05:00
Steven
2051eba6ee
Bump puppeteer to 13.1.2 ( #191 )
2022-01-26 17:50:31 -05:00
dependabot[bot]
cfe37e4607
Bump node-fetch from 2.6.1 to 2.6.7 ( #190 )
...
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](https://github.com/node-fetch/node-fetch/compare/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>
2022-01-26 12:14:54 -05:00
Steven
d94777149e
Bump marked to 4.0.10 ( #189 )
2022-01-26 12:10:42 -05:00
Steven
bebc6fe64e
Add template to contributing.md ( #176 )
2021-12-20 12:54:09 -05:00
Steven
0455042bef
Update README.md ( #177 )
2021-11-24 17:49:09 -05:00
dependabot[bot]
964fca77ed
Bump ws from 7.4.3 to 7.4.6 ( #163 )
...
Bumps [ws](https://github.com/websockets/ws ) from 7.4.3 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/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>
2021-05-30 16:25:30 -04:00
Abdullah Mzaien
84e305d494
Making the site usable for all screen sizes ( #156 )
2021-04-05 08:49:40 -04:00
Lee Robinson
468d7a09f8
Update README.md ( #155 )
2021-04-03 12:49:15 -05:00
Steven
f7a80f833d
Bump Node.js 14 and dependencies ( #147 )
2021-03-09 08:43:48 -06:00
Steven
7d879675da
Fix puppeteer import ( #145 )
...
TypeError: Cannot read property '_launcher' of undefined
2021-01-09 16:28:05 -05:00
Sam Robbins
f7961ce7a4
Update CONTRIBUTING.md ( #138 )
2020-10-09 12:59:01 -04:00
dependabot[bot]
b6c8a38e0f
Bump bl from 3.0.0 to 3.0.1 ( #136 )
...
Bumps [bl](https://github.com/rvagg/bl ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/rvagg/bl/releases )
- [Commits](https://github.com/rvagg/bl/compare/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>
2020-09-02 12:39:08 -04:00
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