Commit Graph

162 Commits

Author SHA1 Message Date
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
Steven
9762ae2fdc
Merge pull request #66 from styfle/image-size
Add support for modifying image width & height
2019-03-04 10:08:04 -05:00
Steven
74686546a7 Add width & height dropdowns 2019-03-01 17:54:33 -05:00
Steven
5192bc20aa Sanitize width/height 2019-03-01 15:35:14 -05:00
Steven
dde2c24cbb Add query string for widths & heights 2019-03-01 14:41:27 -05:00
Steven
4498cffb3e
Merge pull request #63 from styfle/dependabot/npm_and_yarn/typescript-3.3.3333
Bump typescript from 3.2.4 to 3.3.3333
2019-03-01 09:56:04 -05:00
Steven
b76a5ab1ea
Merge pull request #62 from styfle/dependabot/npm_and_yarn/marked-0.6.1
Bump marked from 0.6.0 to 0.6.1
2019-03-01 09:52:08 -05:00
dependabot[bot]
2253a45c0d
Bump marked from 0.6.0 to 0.6.1
Bumps [marked](https://github.com/markedjs/marked) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Commits](https://github.com/markedjs/marked/compare/v0.6.0...v0.6.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-01 14:50:09 +00:00
dependabot[bot]
80dabf36b2
Bump typescript from 3.2.4 to 3.3.3333
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.2.4 to 3.3.3333.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.2.4...v3.3.3333)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-01 14:48:57 +00:00
Steven
3b3551cb4c
Merge pull request #64 from styfle/dependabot/npm_and_yarn/@types/marked-0.6.1
Bump @types/marked from 0.6.0 to 0.6.1
2019-03-01 09:47:13 -05:00
dependabot[bot]
9ee3a5b3ca
Bump @types/marked from 0.6.0 to 0.6.1
Bumps [@types/marked](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/marked) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/marked)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-01 14:42:43 +00:00
Steven
d95f317d91
Merge pull request #59 from styfle/fix-image-size
Fix image size
2019-02-25 13:55:15 -05:00
Steven
4d08c74ca1 Update readme 2019-02-25 13:51:21 -05:00
Steven
79d561d167 Fix image size & padding 2019-02-25 13:50:06 -05:00
Steven
776c5b2b5a
Merge pull request #57 from styfle/monospace-font
Add monospace font
2019-02-15 12:51:12 -05:00
Steven
689b106940 Add monospace font 2019-02-14 12:44:48 -05:00
Steven
fbda682c86
Merge pull request #55 from styfle/twitter-emoji
Replace noto emoji with twemoji
2019-02-12 09:06:56 -05:00
Steven
539ea0d04d Replace noto emoji with twemoji 2019-02-11 19:24:28 -05:00
Steven
d011f97917 Improve performance 2019-02-11 17:34:05 -05:00
Steven
4dd49b36a1 Enable esModuleInterop in tsconfig.json 2019-02-10 21:41:21 -05:00
Steven
1900d9cc1a
Merge pull request #54 from styfle/color-emoji
Fix NotoColorEmoji font
2019-02-10 21:34:31 -05:00
Steven
79135b483c Fix NotoColorEmoji font 2019-02-10 21:29:19 -05:00
Steven
d8f4faf835
Merge pull request #53 from styfle/inter-v3.3
Inter v3.3
2019-02-09 20:34:35 -05:00