Commit Graph

11 Commits

Author SHA1 Message Date
saml33 3556a1fc60 test-template 2021-10-22 12:49:46 +11:00
Steven 7d879675da
Fix puppeteer import (#145)
TypeError: Cannot read property '_launcher' of undefined
2021-01-09 16:28:05 -05:00
Steven cbad557514
Fix dev check (#124) 2020-07-14 19:52:50 -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
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
Mike Barkmin bce2922d67
Add path for chrome on linux (#111) 2020-04-14 16:08:00 -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 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 c06a2f573d
Rename dirs to avoid creating lambdas (#91) 2019-07-25 15:02:30 -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