Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
913eafb018 | |||
2df278df40 |
@ -1,5 +1,5 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: kubernetes
|
type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -21,6 +21,10 @@ def static(path):
|
|||||||
def manifest():
|
def manifest():
|
||||||
return send_from_directory("static", "manifest.json")
|
return send_from_directory("static", "manifest.json")
|
||||||
|
|
||||||
|
@bp.route("/favicon.ico")
|
||||||
|
def favicon():
|
||||||
|
return send_from_directory("static", "favicon.ico")
|
||||||
|
|
||||||
|
|
||||||
@bp.route("/", methods=["GET"])
|
@bp.route("/", methods=["GET"])
|
||||||
def main_entry():
|
def main_entry():
|
||||||
|
BIN
vreader/static/favicon.ico
Normal file
BIN
vreader/static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
x
Reference in New Issue
Block a user