From d29eeaae90bae3cf44f40491a4eac4fcd5dbb1a0 Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Sun, 2 May 2021 22:14:16 +0800 Subject: [PATCH] build: fix vscode launch.json. --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index b852e41..05495d2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,7 +9,7 @@ "type": "chrome", "request": "launch", "reAttach": true, - "url": "http://blog.localhost/", + "url": "http://admin.blog.localhost/", "webRoot": "${workspaceFolder}", "userDataDir": "/Users/ivan/Projects/.chrome" }