| export default function Nodejs() { | |
| return 'nodejs' | |
| } | |
| export function getServerSideProps() { | |
| return { props: {} } | |
| } | |
| export const config = { | |
| amp: false, | |
| runtime: 'nodejs', | |
| } | |
| export default function Nodejs() { | |
| return 'nodejs' | |
| } | |
| export function getServerSideProps() { | |
| return { props: {} } | |
| } | |
| export const config = { | |
| amp: false, | |
| runtime: 'nodejs', | |
| } | |