Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 285 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 285 Bytes

Heroku Custom Error Pages

Configure your application

heroku config:set \
  ERROR_PAGE_URL=https://USERNAME.github.io/heroku-custom-error-pages/application-error.html \
  MAINTENANCE_PAGE_URL=https://USERNAME.github.io/heroku-custom-error-pages/maintenance-mode.html