Compare commits

...

2 Commits

Author SHA1 Message Date
913eafb018 update cicd
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-14 08:39:10 -04:00
2df278df40 [add] favicon
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-25 19:24:14 -05:00
3 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,5 @@
kind: pipeline
type: kubernetes
type: docker
name: default
steps:

View File

@ -21,6 +21,10 @@ def static(path):
def manifest():
return send_from_directory("static", "manifest.json")
@bp.route("/favicon.ico")
def favicon():
return send_from_directory("static", "favicon.ico")
@bp.route("/", methods=["GET"])
def main_entry():

BIN
vreader/static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB