Fix favicon typo, add .next build so it doesn't have to rebuild each

deploy, and update version
This commit is contained in:
JJ Kasper
2018-06-01 21:12:11 -05:00
parent e35f6f74eb
commit a93ff98e2d
26 changed files with 10062 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ import getUrl from '../util/getUrl'
export default class MyDocument extends Document {
render() {
const favicon = getUrl('favicon.icon')
const favicon = getUrl('favicon.ico')
return (
<html>
<Head>