Skip to content

Commit 69b93d3

Browse files
committed
Update baseurl to include project name
This should resolve the issue in our built documentation. It isn't clear why it worked before. If this does work, I'll update documentation on how to build docs locally as this changes that slightly.
1 parent 58ba37d commit 69b93d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ color_scheme: dark
1111
exclude:
1212
- architecture-decisions
1313

14-
baseurl: ""
14+
baseurl: "/timdex"
1515
# Enable or disable the site search
1616
# Supports true (default) or false
1717
search_enabled: true

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This documentation site provides tutorials, guides, reference documentation, and
1515

1616
If you have any questions, please reach out via [email protected]!
1717

18-
![TIMDEX mascot: a variant of the MIT mascot with the words TIMDEX in a speech bubble!](/assets/images/timdex-beaver.png)
18+
![TIMDEX mascot: a variant of the MIT mascot with the words TIMDEX in a speech bubble!](/timdex/assets/images/timdex-beaver.png)
1919

2020
## REST API retired
2121

0 commit comments

Comments
 (0)