From 233e18b01606111a9e42e371714a91149a3a4205 Mon Sep 17 00:00:00 2001 From: Matt Flathers <59424032+MattMatt27@users.noreply.github.com> Date: Thu, 22 Aug 2024 11:35:51 -0400 Subject: [PATCH] Fix docs favicon path The logo.png file lives in the static folder now, not the docs/assets folder. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2f3b4f82d..03afd6cf20 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "title": "LAMP Platform", "tagline": "The LAMP Platform documentation.", "url": "https://docs.lamp.digital", - "favicon": "./docs/assets/logo.png", + "favicon": "./static/logo.png", "organizationName": "BIDMCDigitalPsychiatry", "projectName": "LAMP-platform", "baseUrl": "/",