Skip to content

Commit 91c519a

Browse files
committed
Fix: Use raw GitHub content URLs instead of local files
- Switch from local content mode to GitHub raw content URLs - Raw GitHub URLs are more reliable and handle special characters properly - Files now load directly from GitHub, ensuring all special characters work - No more fallback issues with locally served files
1 parent c7b1289 commit 91c519a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"repoOwner": "prakash-sa",
33
"repoName": "Competitive-Programming",
44
"branch": "master",
5-
"useLocalContent": true
5+
"useLocalContent": false
66
}

0 commit comments

Comments
 (0)