rsnext/packages/next/pages
Gerald Monaco 2b5d62dcad
Stop using environment variables in pages/_document (#31946)
Since #31939 is going to move the `Document` components, we can't rely on `DefinePlugin` to provide environment variables. This PR passes them as render opts instead. We can't just force this to be bundled like e.g. `next/dynamic`, because we use it internally.
2021-11-30 17:14:28 +00:00
..
_app.tsx Improve and refactor some types (#31704) 2021-11-25 10:46:00 +01:00
_document-web.tsx Change .web extension of document page to part of path (#31116) 2021-11-07 22:14:50 +00:00
_document.tsx Stop using environment variables in pages/_document (#31946) 2021-11-30 17:14:28 +00:00
_error.tsx Update client error to show link in console (#27789) 2021-08-05 10:38:06 -05:00