mirror of
https://github.com/libretro/rarch-links.git
synced 2024-11-23 09:19:41 +00:00
23 lines
429 B
JSON
23 lines
429 B
JSON
{
|
|
"hosting": {
|
|
"public": "public",
|
|
"ignore": [
|
|
"firebase.json",
|
|
"**/.*",
|
|
"**/node_modules/**"
|
|
],
|
|
"redirects": [
|
|
{
|
|
"source": "/r",
|
|
"destination": "https://www.libretro.com/index.php/retroarch-1-19-1-release",
|
|
"type": 301
|
|
},
|
|
{
|
|
"source": "/discord",
|
|
"destination": "https://discord.gg/VZ2b7wghxR",
|
|
"type": 301
|
|
}
|
|
]
|
|
}
|
|
}
|