We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4abdb43 commit fd62ed1Copy full SHA for fd62ed1
.devcontainer/devcontainer.json
@@ -1,5 +1,5 @@
1
{
2
"image": "mcr.microsoft.com/devcontainers/jekyll:2-bullseye",
3
- "postCreateCommand": "jekyll serve --config _config.yml,.jekyll/_config.yml --port 4955",
+ "postCreateCommand": "jekyll serve .jekyll/_config.yml --port 4955",
4
"forwardPorts": [ 4955 ]
5
}
_config.yml
0 commit comments