Skip to content

Commit a982efc

Browse files
committed
chore: allow search engine indexing
1 parent 92ba9bc commit a982efc

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

MEMORY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ This file stores durable project context so future conversations can resume work
6363
- Theme rendering is intentionally throttled with `444ms` per card, which scales poorly for a catalog of 100+ entries
6464
- Search/filter logic depends on client-side fetch and has no visible loading or error handling
6565
- Test coverage is narrow: `tests/themes.check.js` validates only basic key order/types and not richer schema or link/image integrity
66-
- `dev/config/robots.txt` currently disallows all crawlers, which matters if discoverability or SEO becomes a goal
6766

6867
## Working Agreement For Future Sessions
6968

dev/config/robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
User-agent: *
2-
Disallow: /
2+
Allow: /

docs/robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
User-agent: *
2-
Disallow: /
2+
Allow: /

0 commit comments

Comments
 (0)