Skip to content

Commit 627e9ae

Browse files
committed
chore: remove favicon
1 parent 225b2dd commit 627e9ae

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import express from 'express';
22
import path from 'path';
3-
import favicon from 'serve-favicon';
43
import logger from 'morgan';
54
import bodyParser from 'body-parser';
65

views/layout.jade

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ html(lang='en')
44
meta(charset='UTF-8')
55
meta(name='viewport', content='width=device-width')
66
title= title
7-
link(rel='icon', href='/img/favicon.ico', type='image/x-icon')
87
block css
98
link(rel='stylesheet', href='/css/style.css')
109
body

0 commit comments

Comments
 (0)