This repository has been archived on 2026-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
next-deploy/packages/lambda-at-edge/tests/shared-fixtures/built-artifact/pages/_error.js
2020-07-05 16:56:57 -07:00

5 lines
85 B
JavaScript

module.exports = {
render: (req, res) => {
res.end('pages/_error.js');
},
};