From 790a446dd75bb7af9b925238686972cb1e64ef01 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Thu, 5 Oct 2023 15:53:27 +0200 Subject: [PATCH] Improved launch configuration --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 639e38390..81cad6d62 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "--incognito" ], "preLaunchTask": "Start and watch for changes", - "url": "http://localhost:8000/mkdocs-material/", + "url": "http://localhost:8000/", "webRoot": "${workspaceFolder}", "sourceMaps": true, "sourceMapPathOverrides": {