Skip to content

Commit 18d2a67

Browse files
committed
fix: Use correct syntax
1 parent 933ad74 commit 18d2a67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/routes/donate/+page.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141

4242
<Meta
4343
title="Donate"
44-
schemas={{
45-
{
44+
schemas={[
45+
{
4646
'@context': 'https://schema.org',
4747
'@type': 'BreadcrumbList',
4848
itemListElement: [
@@ -60,7 +60,7 @@
6060
}
6161
]
6262
}
63-
}}
63+
]}
6464
/>
6565

6666
<main class="wrapper" in:fly={{ y: 10, easing: quintOut, duration: 750 }}>

0 commit comments

Comments
 (0)