Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
oyepriyansh authored Aug 19, 2024
1 parent 3641e9e commit f0343cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const metadata: Metadata = {
const header = (
<header>
<div className="text-center bg-gray-800 p-8 my-6 rounded-md shadow-lg">
<Link href="/blog">
<Link href="https://priyansh.js.org/blog">
<Image
alt="logo"
src="/blog/logo.png"
Expand Down Expand Up @@ -54,4 +54,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

0 comments on commit f0343cf

Please sign in to comment.