Fix favicon typo, add .next build so it doesn't have to rebuild each
deploy, and update version
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user