Merge branch 'develop' into 'master'

updated links and gitignore

See merge request inkletblot/inkletblot-com-v2!19
This commit is contained in:
Solomon Laing 2022-05-26 12:33:49 +00:00
commit b6682e7d79
2 changed files with 2 additions and 5 deletions

1
.gitignore vendored
View File

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

View File

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