Commit 17736be
fix(pages): build registry to web root so items serve at /r/<name>.json
`slintcn build` writes the index to <out>/registry.json and items to
<out>/r/*.json. Deploying with -o web/r double-nested items at /r/r/*.json;
-o web puts the index at /registry.json and items at /r/<name>.json — the URL
the README documents for remote install.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 3cd19fd commit 17736be
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
| 60 | + | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
0 commit comments