rsnext/test/integration/telemetry/pages/ssg.js

6 lines
96 B
JavaScript
Raw Normal View History

export default () => 'Hello World'
export function getStaticProps() {
return { props: {} }
}