tangled
alpha
login
or
join now
olaren.dev
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atmosphere explorer
0
fork
atom
overview
issues
pulls
pipelines
update domain
handle.invalid
1 month ago
21cdfebe
7ea97601
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+2
-2
2 changed files
expand all
collapse all
unified
split
index.html
src
components
create
index.tsx
+1
-1
index.html
···
6
6
<link rel="icon" href="/favicon.ico" />
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" />
9
9
+
<meta property="og:url" content="https://pds.ls" />
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
<link rel="manifest" href="/manifest.json" />
+1
-1
src/components/create/index.tsx
···
95
95
embed: {
96
96
$type: "app.bsky.embed.external",
97
97
external: {
98
98
-
uri: "https://pdsls.dev",
98
98
+
uri: "https://pds.ls",
99
99
title: "PDSls",
100
100
description: "Browse the public data on atproto",
101
101
},