atmosphere explorer

update domain

handle.invalid 21cdfebe 7ea97601

verified
+2 -2
+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 - <meta property="og:url" content="https://pdsls.dev" /> 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 - uri: "https://pdsls.dev", 98 + uri: "https://pds.ls", 99 99 title: "PDSls", 100 100 description: "Browse the public data on atproto", 101 101 },