Skip to content

Commit 2b1d236

Browse files
A1eksMaclaude
andcommitted
fix(docs): set correct baseURL for GitHub Pages federation
Change baseURL from https://cli.info-tech.io to https://info-tech-io.github.io so Hugo generates CSS/JS paths that resolve correctly when deployed via federated build. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ac82d31 commit 2b1d236

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/module.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"site": {
1212
"title": "Info-Tech CLI Documentation",
1313
"description": "Command-line interface for InfoTech.io educational platform - create, manage and deploy learning modules",
14-
"baseURL": "https://cli.info-tech.io",
14+
"baseURL": "https://info-tech-io.github.io",
1515
"language": "en",
1616
"author": "InfoTech.io Team",
1717
"product_name": "Info-Tech CLI"
1818
},
1919
"content": {
2020
"source": "./content",
21-
"destination": "cli"
21+
"destination": "docs/info-tech-cli"
2222
},
2323
"build_settings": {
2424
"hugo_version": "0.148.0",

0 commit comments

Comments
 (0)