onedrive/config/site.json
2021-08-31 17:56:20 +01:00

25 lines
704 B
JSON

{
"icon": "/icons/128.png",
"title": "Spencer's OneDrive Index",
"googleFont": "Rubik",
"googleFontWeights": [
"400",
"600"
],
"footer": "Powered by <a class=\"hover:underline\" href=\"https://github.com/spencerwooo/onedrive-vercel-index\" target=\"_blank\" rel=\"noopener noreferrer\">onedrive-vercel-index</a>. Made with ❤ by SpencerWoo.",
"protectedRoutes": [
"/🌞 Private folder/u-need-a-password",
"/🥟 Some test files/Protected route"
],
"contacts": [
{
"platform": "email",
"link": "mailto:spencer.wushangbo@gmail.com"
},
{
"platform": "github",
"link": "https://github.com/spencerwooo/onedrive-vercel-index"
}
]
}