This commit is contained in:
2025-12-26 21:56:11 +08:00
parent e857204140
commit 1688124e8e
31 changed files with 256 additions and 736 deletions

View File

@@ -4,7 +4,7 @@
// export const navItems = [
// { label: "Home", path: "/" },
// { label: "Blogs", path: "/blogs" },
// { label: "Archive", path: "/archive" },
// { label: "Categories", path: "/categories" },
// { label: "About", path: "/about" },
// ];
@@ -25,8 +25,8 @@ export const footerData = {
// "Get Web Development, Javascript, Typescript, NodeJs, Vue, and Nuxt, Related Articles, Tips, Learning resources and more.",
// };
export const blogsPage = {
title: "All Blogs",
export const archivePage = {
title: "All Archives",
description: "Here you will find all the blog posts I have written & published on this site.",
};