Skip to content

Commit 42bdf99

Browse files
author
QuadStingray
authored
fix: deploy_ghpages.sh wrong cname
1 parent da4c494 commit 42bdf99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy_ghpages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pnpm docs:build
1313
cd docs/.vitepress/dist
1414

1515
# if you are deploying to a custom domain
16-
echo 'server.mongocamp.dev' > CNAME
16+
echo 'mongodb-driver.mongocamp.dev' > CNAME
1717

1818
git init
1919
git add -A

0 commit comments

Comments
 (0)