Skip to content

Commit d3ebd34

Browse files
committed
fix: deploy cookie under /development/ subpath correctly
Use a trailing slash on BASE_URL so MyST joins it to root-relative page links correctly (was producing /developmentpages/...), and bump the cookie submodule to include the hyphenated-slug internal link fix (scientific-python/cookie#796) so checklinks passes. Assisted-by: ClaudeCode:claude-opus-4.8
1 parent f224b6b commit d3ebd34

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ prepare:
1212

1313
cookie:
1414
(cd external-content/cookie/docs && \
15-
BASE_URL=/development npx --yes mystmd build --html)
15+
BASE_URL=/development/ npx --yes mystmd build --html)
1616
mkdir -p public/development
1717
cp -r external-content/cookie/docs/_build/html/. public/development/
1818

0 commit comments

Comments
 (0)