Skip to content

Commit

Permalink
feat(blog): create landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
rgildiaz committed May 31, 2024
1 parent fa5098f commit e68d237
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pages/blog/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import Layout from "../../components/layout/layout";

export default function Projects() {
return (
<Layout>
<h1>Blog</h1>
<p>🚧 under construction! 🚧</p>
</Layout>
);
}

0 comments on commit e68d237

Please sign in to comment.