From 03276f11fedce9f63637ef56dc992deae349769e Mon Sep 17 00:00:00 2001 From: Morten Nielsen Date: Sat, 25 Jan 2020 15:56:20 -0800 Subject: [PATCH] fix logo path --- docs/docfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docfx.json b/docs/docfx.json index cade1c5..4c01229 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -117,7 +117,7 @@ } ], "globalMetadata": { - "_appLogoPath": "logo.png", + "_appLogoPath": "images/logo.png", "_gitContribute": { "branch": "master" }