We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d64fd commit 10a876eCopy full SHA for 10a876e
1 file changed
Makefile
@@ -12,7 +12,7 @@ prepare:
12
13
cookie:
14
(cd external-content/cookie/docs && \
15
- BASE_URL=/development/ npx --yes mystmd build --html)
+ BASE_URL=/development npx --yes mystmd build --html)
16
mkdir -p public/development
17
cp -r external-content/cookie/docs/_build/html/. public/development/
18
0 commit comments