This commit is contained in:
Shu Uesugi
2020-04-19 14:12:41 -07:00
parent 7357e384a6
commit 306679ed0c
21 changed files with 8 additions and 8 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'
export default function Layout({ children, home }) {