We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225b2dd commit 627e9aeCopy full SHA for 627e9ae
app.js
@@ -1,6 +1,5 @@
1
import express from 'express';
2
import path from 'path';
3
-import favicon from 'serve-favicon';
4
import logger from 'morgan';
5
import bodyParser from 'body-parser';
6
views/layout.jade
@@ -4,7 +4,6 @@ html(lang='en')
meta(charset='UTF-8')
meta(name='viewport', content='width=device-width')
title= title
7
- link(rel='icon', href='/img/favicon.ico', type='image/x-icon')
8
block css
9
link(rel='stylesheet', href='/css/style.css')
10
body
0 commit comments