Skip to content

Commit

Permalink
Simplify github pages deployment with index.html (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
phschaad authored Dec 17, 2023
1 parent 61073d2 commit e633724
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
File renamed without changes.

0 comments on commit e633724

Please sign in to comment.