From 8b8f1fb294dd662babcee836d3689a11a7698742 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 12 Oct 2017 10:13:19 -0400 Subject: [PATCH] update launch urls --- src/Icons/Properties/launchSettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Icons/Properties/launchSettings.json b/src/Icons/Properties/launchSettings.json index e8db9a58cc..705fdf999c 100644 --- a/src/Icons/Properties/launchSettings.json +++ b/src/Icons/Properties/launchSettings.json @@ -11,7 +11,7 @@ "IIS Express": { "commandName": "IISExpress", "launchBrowser": true, - "launchUrl": "?url=bitwarden.com", + "launchUrl": "bitwarden.com/icon.png", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } @@ -19,7 +19,7 @@ "Icons": { "commandName": "Project", "launchBrowser": true, - "launchUrl": "?url=bitwarden.com", + "launchUrl": "bitwarden.com/icon.png", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" },