From ff15b48b44ba8199c5a773f612b6e1b9b9587b11 Mon Sep 17 00:00:00 2001 From: "@andatoshiki" Date: Sun, 17 Sep 2023 02:00:39 -0700 Subject: [PATCH] docs(homepage): update homepage link for getting started to development path instead of leading to dead links resulting 404 --- docs/index.md | 2 +- docs/public/site.webmanifest | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 1734d90b..b02f3105 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 diff --git a/docs/public/site.webmanifest b/docs/public/site.webmanifest index 1033ed06..b20abb7c 100644 --- a/docs/public/site.webmanifest +++ b/docs/public/site.webmanifest @@ -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",