Skip to content

Commit eb40f7b

Browse files
authored
fix: trailing slash causes issues with the theme (#326)
Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
1 parent e3d64fd commit eb40f7b

1 file changed

Lines changed: 1 addition & 1 deletion

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)