Skip to content

Commit 2611ca8

Browse files
committed
fix(Makefile): base url for development testing
1 parent 588aee0 commit 2611ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
serve:
22
hugo --quiet version
3-
(sleep 1 ; xdg-open localhost:1313) >/dev/null 2>&1 &
3+
(sleep 1 ; xdg-open http://localhost:1313/blog) >/dev/null 2>&1 &
44
hugo server --noHTTPCache --buildDrafts

0 commit comments

Comments
 (0)