tangled
alpha
login
or
join now
vielle.dev
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atproto explorer
0
fork
atom
overview
issues
pulls
pipelines
edit description
handle.invalid
6 months ago
ff6e5b60
4a891c62
+3
-3
2 changed files
expand all
collapse all
unified
split
index.html
src
components
create.tsx
+2
-2
index.html
···
7
7
<meta property="og:title" content="PDSls" />
8
8
<meta property="og:type" content="website" />
9
9
<meta property="og:url" content="https://pdsls.dev" />
10
10
-
<meta property="og:description" content="Browse and manage atproto repositories" />
11
11
-
<meta property="description" content="Browse and manage atproto repositories" />
10
10
+
<meta property="og:description" content="Browse the public data on atproto" />
11
11
+
<meta property="description" content="Browse the public data on atproto" />
12
12
<title>PDSls</title>
13
13
<link rel="preconnect" href="https://rsms.me/" />
14
14
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
+1
-1
src/components/create.tsx
···
29
29
external: {
30
30
uri: "https://pdsls.dev",
31
31
title: "PDSls",
32
32
-
description: "Browse and manage atproto repositories",
32
32
+
description: "Browse the public data on atproto",
33
33
},
34
34
},
35
35
langs: ["en"],