Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol. wisp.place

reserve more handles

Changed files
+8 -1
src
lib
+8 -1
src/lib/db.ts
··· 189 189 "admin", 190 190 "static", 191 191 "public", 192 - "preview" 192 + "preview", 193 + "slingshot", 194 + "plc", 195 + "constellation", 196 + "cdn", 197 + "pds", 198 + "staging", 199 + "auth" 193 200 ]); 194 201 195 202 export const isValidHandle = (handle: string): boolean => {