Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "search-dig-net",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"type": "module",
"description": "search.dig.net — SEO landing page that converts chia:// searches into DIG Network installs",
Expand Down
2 changes: 1 addition & 1 deletion public/llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ the chain and decrypted locally, never trusted blindly.
- Documentation: https://docs.dig.net
- DIGHUb: https://hub.dig.net
- GitHub: https://github.com/DIG-Network
- Discord: https://discord.gg/dignetwork
- Discord: https://discord.gg/v78aygUZt
2 changes: 1 addition & 1 deletion src/lib/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ export const EXTERNAL = {
docs: "https://docs.dig.net",
hub: "https://hub.dig.net",
github: "https://github.com/DIG-Network",
discord: "https://discord.gg/dignetwork",
discord: "https://discord.gg/v78aygUZt",
};
Loading