From e633724c60be4c99a4afb5424fc3c7ad91026eac Mon Sep 17 00:00:00 2001 From: Philipp Schaad Date: Sun, 17 Dec 2023 10:05:09 +0100 Subject: [PATCH] Simplify github pages deployment with index.html (#126) --- .vscode/launch.json | 2 +- sdfv.html => index.html | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename sdfv.html => index.html (100%) diff --git a/.vscode/launch.json b/.vscode/launch.json index 412a5087..c7549f36 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,7 +5,7 @@ "type": "chrome", "request": "launch", "name": "Launch", - "url": "http://localhost:3000/sdfv.html", + "url": "http://localhost:3000", "sourceMaps": true, "webRoot": "${workspaceFolder}", "preLaunchTask": "npm: serve", diff --git a/sdfv.html b/index.html similarity index 100% rename from sdfv.html rename to index.html