fix: some stuff

This commit is contained in:
Max Richter
2025-10-24 15:00:08 +02:00
parent f44dc6ac30
commit 58670e66e9
3 changed files with 8 additions and 12 deletions

View File

@@ -21,5 +21,5 @@ const type = resource?.content?._type ?? "unknown";
<details >
<summary class="flex"><span class="i-tabler-code w-6 h-6 inline"/></summary>
<Code code={JSON.stringify(resource, null, 2)} lang="json" theme="dark-plus" />
<Code code={JSON.stringify(resource??"{}", null, 2)} lang="json" theme="dark-plus" />
</details>