updated links and gitignore

This commit is contained in:
Solomon Laing 2022-05-26 21:56:48 +09:30
parent e31204a235
commit 58997e59bc
2 changed files with 2 additions and 5 deletions

1
.gitignore vendored
View File

@ -4,6 +4,7 @@
/dist
/tmp
/out-tsc
/.angular
# Only exists if Bazel was run
/bazel-out

View File

@ -27,10 +27,6 @@ export const Links: Array<Link> =
name: "hab",
location: "https://hab.inkletblot.com/"
},
{
name: "known",
location: "https://proxy.inkletblot.com/known/"
},
{
name: "tng",
location: "https://proxy.inkletblot.com/tng/"
@ -59,4 +55,4 @@ export const Links: Array<Link> =
name: "matrix",
location: "https://homeserver.inkletblot.com/"
}
]
]