Skip to content

Commit

Permalink
fix(app): move structure data
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Jan 7, 2024
1 parent 65caf01 commit 6c461c1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions packages/app/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -85,20 +85,20 @@ const { ok, resources, timestamp } = await fetchResources(
)
}
</div>
</Layout>

<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https://garden.onekuma.cn/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://garden.onekuma.cn/?q={search_term_string}",
"query-input": "required name=search_term_string"
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https://garden.onekuma.cn/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://garden.onekuma.cn/?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
}
</script>
</script>
</Layout>

<style is:global>
#weekday-1:checked ~ .weekday-select > label:nth-child(1),
Expand Down

0 comments on commit 6c461c1

Please sign in to comment.