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