rsnext/test/integration/getserversideprops-export-error/pages/index.js
JJ Kasper 203f43c1fe
Add error when attempting to export GSSP page (#11154)
* Add error when attempting to export GSSP page

* Update errors/gssp-export.md

* Update errors/gssp-export.md

* Update errors/gssp-export.md

Co-authored-by: Tim Neutkens <tim@timneutkens.nl>
2020-03-18 09:33:10 +01:00

9 lines
128 B
JavaScript

export async function getServerSideProps() {
return {
props: {
idk: 'oops',
},
}
}
export default () => 'hi'