From 8b025deeef419416e264f74e0cb18444ccfd8b7e Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Sun, 27 Nov 2022 20:42:40 +0100 Subject: [PATCH] Update launchSettings --- Pages/blog/posts/site-update-2022.md | 6 ++++++ Properties/launchSettings.json | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 Pages/blog/posts/site-update-2022.md diff --git a/Pages/blog/posts/site-update-2022.md b/Pages/blog/posts/site-update-2022.md new file mode 100644 index 0000000..c9dfb02 --- /dev/null +++ b/Pages/blog/posts/site-update-2022.md @@ -0,0 +1,6 @@ +--- +title: "Site update: 2022 Edition" +date: 2022-11-26 +... + +Longer term readers of this blog probably know this already, but the website that this blog is a subpage of hasn't exactly changed much over the past few years. Small content updates here and there did happen, but nothing major. \ No newline at end of file diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json index 46cdbaa..3e98cc7 100644 --- a/Properties/launchSettings.json +++ b/Properties/launchSettings.json @@ -1,6 +1,6 @@ { "profiles": { - "http": { + "local": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": false, @@ -9,11 +9,11 @@ "ASPNETCORE_ENVIRONMENT": "Development" } }, - "https": { + "preview": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": false, - "applicationUrl": "https://localhost:7119;http://localhost:5073", + "applicationUrl": "http://[::]:5073", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }