Merge branch 'develop' into 'master'
updated links and gitignore See merge request inkletblot/inkletblot-com-v2!19
This commit is contained in:
commit
b6682e7d79
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user