all repos — website @ 1573550c7792a0403c2b4fa0959bd349c5f945df

My website

fix feed linking to localhost 🤦🏻

Alan Pearce
commit

1573550c7792a0403c2b4fa0959bd349c5f945df

parent

a10c8466b4bf81f9ddd356a2da90e8e5e9b360a5

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 }}