Skip to content

Commit 4731e4e

Browse files
author
Claude-InfoTech
committed
fix: correct module.json for GitHub Pages corporate site
- Set destination to empty string for root deployment - Update baseURL to info-tech-io.github.io for proper links - Fixes issue where only template was deployed instead of full content Part of task 010 Etap 4 - corporate site deployment
1 parent d5bdd1d commit 4731e4e

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,13 +11,13 @@
1111
"site": {
1212
"title": "InfoTech.io - Open Source Educational Technology",
1313
"description": "Building the future of open source education technology. Interactive learning platforms, developer tools, and community-driven educational content.",
14-
"baseURL": "https://info-tech.io",
14+
"baseURL": "https://info-tech-io.github.io",
1515
"language": "en",
1616
"author": "InfoTech.io Organization"
1717
},
1818
"content": {
1919
"source": "./content",
20-
"destination": "info-tech"
20+
"destination": ""
2121
},
2222
"features": {
2323
"enableSearch": true,

0 commit comments

Comments
 (0)