mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-22 06:25:00 +00:00
Merge pull request #18381 from PentSec/main
Add redirect configuration with custom paths to jeff.json
This commit is contained in:
+14
-2
@@ -1,9 +1,21 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "PentSec",
|
||||
"email": "jeffreysfu@gmail.com"
|
||||
"email": "pentsec.2@protonmail.com"
|
||||
},
|
||||
"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_"
|
||||
}
|
||||
},
|
||||
"proxied": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user