Commit 3f9e2fb
committed
fix(config): Restore rediraffe_redirects default dropped in workspace refactor
why: The original value "redirects.txt" was changed to {} during the
workspace split (82a1441). The test asserting {} was written to match
the bug. Projects relying on automatic redirect generation from a
redirects.txt file would silently get no redirects.
what:
- Restore "rediraffe_redirects": "redirects.txt" in merge_sphinx_config()
- Fix test to assert the correct "redirects.txt" value1 parent bd92431 commit 3f9e2fb
File tree
2 files changed
+4
-4
lines changed- packages/gp-sphinx/src/gp_sphinx
- tests
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
412 | | - | |
| 412 | + | |
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
388 | | - | |
389 | | - | |
| 388 | + | |
| 389 | + | |
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
395 | | - | |
| 395 | + | |
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
| |||
0 commit comments