File size: 126 Bytes
1e92f2d | 1 2 3 4 5 6 7 8 | export const config = { amp: 'hybrid' }
function About(props) {
return <h3>My AMP About Page!</h3>
}
export default About
|
1e92f2d | 1 2 3 4 5 6 7 8 | export const config = { amp: 'hybrid' }
function About(props) {
return <h3>My AMP About Page!</h3>
}
export default About
|