diff --git a/.vscode/launch.json b/.vscode/launch.json index e258d30..da9dadb 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -20,7 +20,7 @@ "args": "${auto-detect-url}", "windows": { "command": "cmd.exe", - "args": "/C start ${auto-detect-url}" + "args": "/C start http://localhost:3002/contact" }, "osx": { "command": "open" diff --git a/Pages/Contact.cshtml b/Pages/Contact.cshtml index 121f731..0035789 100644 --- a/Pages/Contact.cshtml +++ b/Pages/Contact.cshtml @@ -92,11 +92,15 @@ + +