Skip to content

Commit c7eaa76

Browse files
committed
Corrected patch.
1 parent fd62ed1 commit c7eaa76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"image": "mcr.microsoft.com/devcontainers/jekyll:2-bullseye",
3-
"postCreateCommand": "jekyll serve .jekyll/_config.yml --port 4955",
3+
"postCreateCommand": "jekyll serve --config .jekyll/_config.yml --port 4955",
44
"forwardPorts": [ 4955 ]
55
}

0 commit comments

Comments
 (0)