my website at https://anirudh.fi
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

readme/nix: update tangled.sh to tangled.org

ran `grep -rl 'tangled.sh' . | xargs sed -i 's/tangled\.sh/tangled\.org/g'`

authored by

DuskyElf and committed by tangled.org b590ba9d 73b6c75f

+4 -4
+1 -1
bin/build.sh
··· 4 4 npm install tailwindcss @tailwindcss/cli 5 5 6 6 rm -rf go-vite 7 - git clone https://tangled.sh/@icyphox.sh/vite 7 + git clone https://tangled.org/@icyphox.sh/vite 8 8 cd vite && make && cd .. 9 9 mkdir build 10 10
+2 -2
flake.lock
··· 47 47 "rev": "e67e553dc237e41adc9ceae4d834fc02d44e4eb4", 48 48 "revCount": 96, 49 49 "type": "git", 50 - "url": "https://tangled.sh/@anirudh.fi/vite" 50 + "url": "https://tangled.org/@anirudh.fi/vite" 51 51 }, 52 52 "original": { 53 53 "type": "git", 54 - "url": "https://tangled.sh/@anirudh.fi/vite" 54 + "url": "https://tangled.org/@anirudh.fi/vite" 55 55 } 56 56 } 57 57 },
+1 -1
flake.nix
··· 2 2 description = "site"; 3 3 4 4 inputs.nixpkgs.url = "github:nixos/nixpkgs"; 5 - inputs.vite.url = "git+https://tangled.sh/@anirudh.fi/vite"; 5 + inputs.vite.url = "git+https://tangled.org/@anirudh.fi/vite"; 6 6 7 7 outputs = 8 8 { self