Better onboarding page

This commit is contained in:
Zef Hemel
2023-01-16 12:06:37 +01:00
parent fd8645c157
commit c8f0304ade
4 changed files with 41 additions and 2 deletions
+4 -1
View File
@@ -63,7 +63,10 @@ export async function ensureAndLoadSettings(
} catch {
await space.writePage(
settings.indexPage,
`Welcome to your new space!`,
`Hello! And welcome to your brand new SilverBullet space!
<!-- #include [[💭 silverbullet.md/Getting Started]] -->
<!-- /include -->`,
);
}