Skip to content

Commit

Permalink
jankscript
Browse files Browse the repository at this point in the history
  • Loading branch information
encode42 committed Nov 11, 2023
1 parent be2291b commit ee53bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/router-head/router-head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const RouterHead = component$(() => {
const head = useDocumentHead();
const location = useLocation();

const title = head.title ?? "erora";
const title = head.title || "erora";
const description = head.meta.find(meta => meta.name === "description")?.content ?? pkg.description;

return (
Expand Down

0 comments on commit ee53bdb

Please sign in to comment.