We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a1b81 commit 3d116ebCopy full SHA for 3d116eb
src/app.html
@@ -4,6 +4,7 @@
4
<meta charset="utf-8" />
5
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
6
<meta name="viewport" content="width=device-width" />
7
+ <title>koding.dev | Home</title>
8
%sveltekit.head%
9
</head>
10
<body>
src/routes/+page.server.ts
@@ -26,7 +26,7 @@ export const load: PageServerLoad = async ({ fetch }) => {
26
27
return {
28
name: (properties.Name as any).title[0].plain_text,
29
- description: (properties.Description as any).rich_text[0].plain_text,
+ description: (properties.Description as any).rich_text[0]?.plain_text ?? "Very mysterious!",
30
website: (properties.Website as any).url,
31
32
logo: (page.icon as any).file.url,
static/favicon.png
1.13 KB
0 commit comments