Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin0216 committed Oct 28, 2023
1 parent 4cf12f3 commit 69620ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/blog/tags/[slug]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export function generateMetadata({
"仰望星空科普專案介紹,為你帶來不同以往的科普體驗,重拾愛好自然與科學之心,讓我們一起徜徉在浩瀚星河中吧!",
},
};
}

export default function TagLayout({ children }: { children: ReactNode }) {
return (
Expand Down

0 comments on commit 69620ce

Please sign in to comment.