all repos — homestead @ ee299b880a57822bae6b507c2ac62ec0a3dfbe02

Code for my website

fix feed linking to localhost 🤦🏻

Alan Pearce
commit

ee299b880a57822bae6b507c2ac62ec0a3dfbe02

parent

c3185fb5bb82c69afac910b5e69465b644a14bbf

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M justfilejustfile
@@ -21,7 +21,7 @@
watch-flake command: watchexec --restart -w flake.nix -w flake.lock direnv exec . {{ command }} -watch-builder: (watch-flake "watchexec -i cmd/server -i public -r go run ./cmd/build") +watch-builder: (watch-flake "watchexec -i cmd/server -i public -r go run ./cmd/build --base-url http://localhost:3000") nix-build what: nix build .#{{ what }}