Standard.site landing page built in Next.js
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Propose alteration to .txt for .well-known file

+2 -2
+2 -2
app/components/sections/VerificationSection.tsx
··· 27 27 </div> 28 28 29 29 <p className="text-base leading-snug tracking-tight text-muted"> 30 - Add a /.well-known/site.standard.publication endpoint to your domain. 30 + Add a /.well-known/site.standard.publication.txt endpoint to your domain. 31 31 The response should be the AT-URI of your publication record. 32 32 </p> 33 33 ··· 42 42 </span> 43 43 <pre className="overflow-x-auto rounded-lg border border-border bg-card p-3"> 44 44 <code className="font-mono text-sm leading-relaxed text-base-content"> 45 - https://standard.site/.well-known/site.standard.publication 45 + https://standard.site/.well-known/site.standard.publication.txt 46 46 </code> 47 47 </pre> 48 48 </div>