Skip to content

Commit

Permalink
fix(examples): fix typo (#1113)
Browse files Browse the repository at this point in the history
  • Loading branch information
HondaKazuhiro committed Dec 31, 2024
1 parent 74354b3 commit 819f32c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/35_nesting/src/entries.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ export default defineEntries({
async () => ({
type: 'defaultHtml' as const,
pathname: '/',
htemlHead: generateHtmlHead(),
htmlHead: generateHtmlHead(),
}),
async () => ({
type: 'defaultHtml' as const,
pathname: '/no-ssr',
htemlHead: generateHtmlHead(),
htmlHead: generateHtmlHead(),
}),
];
return tasks;
Expand Down

0 comments on commit 819f32c

Please sign in to comment.