Skip to content

Commit

Permalink
fix(bug): website baseUrl is incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcsapo committed Mar 13, 2022
1 parent 4cfdba6 commit 25c8088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const config = {
tagline:
"an open source continuous deployment service; deploying to the ☁️ shouldn't be 🚀🔬",
url: "https://gabrielcsapo.github.io",
baseUrl: "/gabrielcsapo/deploy.sh/",
baseUrl: "/deploy.sh/",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
favicon: "img/favicon.ico",
Expand Down

0 comments on commit 25c8088

Please sign in to comment.