From aa33c63c6979308afb077e496b8e2717c127802a Mon Sep 17 00:00:00 2001 From: "Saad A. Bazaz" Date: Wed, 31 Jan 2024 03:46:42 +0500 Subject: [PATCH] fix: dub link on homepage --- blog/_meta.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blog/_meta.tsx b/blog/_meta.tsx index 3af8c3e..82f437e 100644 --- a/blog/_meta.tsx +++ b/blog/_meta.tsx @@ -1,11 +1,11 @@ export default { + 'omni-at-future-fest': { + title: `Omni at Future Fest` + }, 'automatons-and-ai-for-javascript-junkies': { title: 'Automatons and AI for JavaScript Junkies', }, 'sign-in-with-adobe-in-a-next-js-app': { title: 'Sign in with Adobe in a Next.js App', }, - 'omni-at-future-fest': { - title: `Omni at Future Fest` - }, } \ No newline at end of file