Skip to content

Commit

Permalink
Fix meta data for tools/jsee
Browse files Browse the repository at this point in the history
  • Loading branch information
xypnox committed Feb 13, 2024
1 parent 80876d5 commit 4f5d06b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/tools/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const meta = {
};
---

<Layout {...meta}>
<Layout title={meta.title} meta={meta}>
<main>
<PageHeader {...meta}/>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/tools/jsee.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const meta = {
}
---

<Layout {...meta}>
<Layout title={meta.title} meta={meta}>
<PageHeader {...meta} />
<main>
<JSeeSolid client:load />
Expand Down

0 comments on commit 4f5d06b

Please sign in to comment.