diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 78ae450..651d69a 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -2,11 +2,12 @@ "version": "2.0.0", "tasks": [ { - "type": "hugo", - "task": "server draft", - "group": "build", - "problemMatcher": [], - "label": "hugo: Serve draft site" + "label": "Test Site Locally", + "command": "make", + "args": [ + "serve" + ], + "problemMatcher": [] } ] } \ No newline at end of file