Skip to content

Commit ab9b67a

Browse files
committed
Merge pull request #21 from iromli/develop
Fix default favicon URL
2 parents 32fb4b7 + 9643d38 commit ab9b67a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

users/default_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
PUBLIC_URL = 'http://members.python.or.id'
1313

1414
# PROJECT_FAVICON_FILE: Path to project favicon file
15-
PROJECT_FAVICON_FILE = '/users/static/img/favicon.png'
15+
PROJECT_FAVICON_FILE = '/static/img/favicon.png'
1616

1717
# PATH TO SQLITE DB
1818
SQLITE_DB_PATH = os.path.abspath(

0 commit comments

Comments
 (0)