24 Commits (dd032966a2bb60929e0494b13e070aa9dbac9b17)

Author SHA1 Message Date
Mike Fix 292dfc9057
Try optional catch all routing (#1277)
* try optional catch all routing

* use rewrites

* move rewrite to vercel.json

Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
3 years ago
Mike Fix dd59fc344a
Use path params for /api/image/[id].js (#1262)
* move image api routes to pages/

* upgrade puppeteer

* try and minimize

* attempt to use URLSearchParams

* use path params in api routes instead

* api/image/[id].js

* try it w/o builds config

* use index.js
3 years ago
Mike Fix e002c6b289
Revert "use exising EXPORT_SIZES_HASH"
This reverts commit 946e0865bd.
3 years ago
Mike Fix 946e0865bd
use exising EXPORT_SIZES_HASH 3 years ago
Mike Fix c70de8f116
move oembed api routes to pages/ 3 years ago
Mike Fix 16f95dc564
add in 4 years ago
Sean Rabaut d472434388 remove 6 years ago
Mike Fix be8abab301 add improved CORs filter 6 years ago
Mike Fix b13125dd1d add export size and square image support to safari 6 years ago
Michael Fix 230047441a
remove custom dom-to-image (#578) 6 years ago
Mike Fix e5650129a3 lint 6 years ago
Mike Fix 8629a8ef78 Revert "sync up api image handler filter with ExportContainer"
This reverts commit 543df74ead.
6 years ago
Mike Fix 3aa9626723 upgrade API dependencies 6 years ago
Mike Fix 543df74ead sync up api image handler filter with ExportContainer
- Closes #331
6 years ago
Mike Fix 31644ca093 disable auto-alias 6 years ago
Mike Fix 9103bbbb8a .env.example -> api/.env.example 6 years ago
Michael Fix bec5f7e924
upgrade puppeteer to 1.9.0 (#528) 6 years ago
Michael Fix 4c96175ef7
Revert "Update puppeteer to latest version (#526)" (#527)
This reverts commit 7f44a639dc.
6 years ago
Shrey 7f44a639dc Update puppeteer to latest version (#526)
* Update puppeteer to latest version

* new api yarn.lock
6 years ago
Michael Fix bd695b7fd1
convert ids to classNames, use refs (#488) 6 years ago
Mike Fix f50242049d remove old service-worker comments 6 years ago
Mike Fix 491091d0ef support POST to /oembed too 6 years ago
Mike Fix 05f476d363 implement oembed provider 6 years ago
Michael Fix 0580e1c8e8
Separate API service, deploy frontend statically (#474)
* extract server into separate service

* fix basic tests with url.parse

* use Next withRouter

* remove old custom next rendering
6 years ago