Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol.
wisp.place
1# robots.txt for wisp.place
2
3User-agent: *
4
5# Allow indexing of landing page
6Allow: /$
7
8# Disallow application pages
9Disallow: /editor
10Disallow: /admin
11Disallow: /onboarding
12
13# Disallow API routes
14Disallow: /api/
15Disallow: /wisp/
16
17# Allow static assets
18Allow: /favicon.ico
19Allow: /favicon-*.png
20Allow: /apple-touch-icon.png
21Allow: /site.webmanifest