Add API Routes starter

This commit is contained in:
Shu Uesugi
2020-04-02 20:21:12 -07:00
parent 57f7967936
commit 2a4e1b13e6
22 changed files with 428 additions and 42 deletions

View File

@@ -3,7 +3,7 @@ import styles from './Layout.module.css'
import utilStyles from '../styles/utils.module.css'
import Link from 'next/link'
const name = 'Shu Uesugi'
const name = '[Your Name]'
export const siteTitle = 'Next.js Sample Website'
const Page = ({ children, home }) => (