Skip to content

Commit

Permalink
docs: change base url in hugo.toml
Browse files Browse the repository at this point in the history
This makes the base url the same in both private(local) and public deployments.
  • Loading branch information
Choraden authored and mmatczuk committed Dec 11, 2023
1 parent d38b040 commit 73e966b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hugo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL = 'https://opensource.saucelabs.com/forwarder/'
baseURL = 'https://opensource.saucelabs.com/'
languageCode = 'en-us'
title = 'Forwarder Proxy'
enableRobotsTXT = true
Expand Down

0 comments on commit 73e966b

Please sign in to comment.