docs(homepage): update homepage link for getting started to development path instead of leading to dead links resulting 404

This commit is contained in:
Anda Toshiki 2023-09-17 02:00:39 -07:00
parent 15f164d072
commit ff15b48b44
2 changed files with 11 additions and 3 deletions

View File

@ -14,7 +14,7 @@ hero:
actions:
- theme: brand
text: 👉 Start Reading
link: /development/getting-started
link: /development/file-naming-convention
- theme: alt
text: '🗒️ View on GitHub'
link: https://github.com/andatoshiki/toshiki-notebook

View File

@ -2,8 +2,16 @@
"name": "",
"short_name": "",
"icons": [
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",