rarch-links/firebase.json
2024-08-30 17:55:46 +03:00

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
}
]
}
}