Skip to content

Commit

Permalink
added more
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshamoon committed Feb 19, 2024
1 parent e289789 commit aa346ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ALGOLIA_APP_ID=
ALGOLIA_API_KEY=
ALGOLIA_INDEX_NAME=
HOME_PAGE_URL="https://glific.github.io"
HOME_PAGE_URL="glific.github.io"
BASE_URL="/docs"
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const config = {
process.env.REVIEW_ID +
"-" +
process.env.HOME_PAGE_URL,
baseUrl: "/" + process.env.BASE_URL,
baseUrl: "/" + (process.env.BASE_URL ? process.env.BASE_URL : ""),
onBrokenLinks: "ignore",
onBrokenMarkdownLinks: "ignore",
favicon: "img/favicon.ico",
Expand Down

0 comments on commit aa346ed

Please sign in to comment.