Skip to content

Commit

Permalink
fix: set a different baseUrl for environments. Fixes #39
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainweb committed May 17, 2023
1 parent e1a3e6b commit ea0d7be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/production/hugo.toml
@@ -0,0 +1 @@
baseUrl = 'https://axelerant.github.io/engg-handbook'
1 change: 1 addition & 0 deletions config/staging/hugo.toml
@@ -0,0 +1 @@
baseUrl = '/'

0 comments on commit ea0d7be

Please sign in to comment.