Skip to content

Commit

Permalink
fix: add cname (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz authored Sep 2, 2023
1 parent 86392be commit 852eb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const config = {
url: 'https://doc.expresso-ts.com', //'https://expressots.github.io/',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
baseUrl: 'doc.expresso-ts.com', //'/expresso-site-doc/

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
Expand Down

0 comments on commit 852eb36

Please sign in to comment.