Add redirect configuration with custom paths to jeff.json

This commit is contained in:
Jeff.
2025-01-13 08:54:32 -04:00
parent 611c3acf2b
commit ecb4d1a6d9
+13
View File
@@ -5,5 +5,18 @@
},
"record": {
"CNAME": "pentsec.github.io"
},
"redirect_config": {
"custom_paths": {
"/gh": "https://github.com/PentSec",
"/dc": "https://discord.com/users/284896471210393600",
"/x": "https://x.com/__J3ff_",
"/bsky": "https://sitoz.bsky.social",
"/tw": "https://twitch.tv/Sitoz1",
"/kick": "https://kick.com/Sitoz1",
"/ig": "https://www.instagram.com/jeffreysfuenmayor_"
},
"redirect_paths": true
}
}