Skip to content

Commit 9650c0a

Browse files
Merge pull request #1652 from annietllnd/test-devcontainer
Update --baseURL flag for devcontainer
2 parents 226e7c9 + 0f6b0d3 commit 9650c0a

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
@@ -7,6 +7,6 @@
77

88
"remoteUser": "ubuntu",
99

10-
"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 &' "
10+
"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 &' "
1111

1212
}

0 commit comments

Comments
 (0)