diff --git a/.vscode/launch.json b/.vscode/launch.json index d642209..c25b189 100755 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,6 +1,12 @@ { "version": "0.2.0", "configurations": [ + { + "command": "./node_modules/.bin/astro build", + "name": "Build prod", + "request": "launch", + "type": "node-terminal" + }, { "command": "./node_modules/.bin/astro dev", "name": "Development server", diff --git a/dist/about/index.html b/dist/about/index.html index 6156ad3..f76295c 100644 --- a/dist/about/index.html +++ b/dist/about/index.html @@ -18,41 +18,43 @@