onedrive/config/site.json

25 lines
704 B
JSON
Raw Normal View History

{
2021-08-30 19:47:25 +00:00
"icon": "/icons/128.png",
"title": "Spencer's OneDrive Index",
"googleFont": "Rubik",
"googleFontWeights": [
"400",
"600"
],
2021-08-30 00:35:52 +00:00
"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",
2021-08-30 13:34:37 +00:00
"/🥟 Some test files/Protected route"
2021-08-30 14:51:19 +00:00
],
"contacts": [
{
"platform": "email",
"link": "mailto:spencer.wushangbo@gmail.com"
},
{
"platform": "github",
"link": "https://github.com/spencerwooo/onedrive-vercel-index"
}
2021-08-30 00:35:52 +00:00
]
}