We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5365d commit 67ad227Copy full SHA for 67ad227
.devcontainer/devcontainer.json
@@ -7,6 +7,6 @@
7
8
"remoteUser": "ubuntu",
9
10
- "postStartCommand": "nohup bash -c 'bin/pagefind --site public --output-subdir ../static/pagefind ; hugo server --baseUrl=/ --liveReloadPort=443 --appendPort=false --bind=0.0.0.0 &' "
+ "postStartCommand": "nohup bash -c 'hugo ; bin/pagefind --site public --output-subdir ../static/pagefind ; hugo server --baseUrl=/ --liveReloadPort=443 --appendPort=false --bind=0.0.0.0 &' "
11
12
}
0 commit comments