Skip to content

Commit

Permalink
doc: set development URL's domain to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
clarete committed Aug 28, 2023
1 parent a889b29 commit be9e3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/publish.el
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
(if (string= (getenv "ENV") "prod")
(setq weblorg-default-url "https://emacs.love/weblorg"))
(if (string= (getenv "ENV") "local")
(setq weblorg-default-url "http://guinho.local:8000"))
(setq weblorg-default-url "http://localhost:8000"))

;; Set site wide configuration
(weblorg-site
Expand Down

0 comments on commit be9e3d0

Please sign in to comment.