Commit c38c58a
committed
fix(site): list software and websites on the homepage
The endpoint list stopped at brands and never gained the collections added
since: software, and websites (40,084 records, added this week). The playground
resource picker was missing websites too, so the two newest collections were
unreachable from the site even though the API serves them.
Games are deliberately still absent: deploy-pages strips /v1/games from the
published artifact (a million per-record files exceed the Pages deployment
window), so listing them would hand visitors a 404.
Also widens the meta description, which advertised only smartphone/SoC/GPU/CPU.
Verified by building the site and grepping dist/index.html: v1/websites and
v1/software render, games does not.
Refs #11 parent 13b566c commit c38c58a
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | | - | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
168 | 170 | | |
169 | 171 | | |
170 | 172 | | |
| 173 | + | |
171 | 174 | | |
172 | 175 | | |
173 | 176 | | |
| |||
0 commit comments