From a921afcf4a32b75bd8cf6fbd18efc5ee5edd7bc3 Mon Sep 17 00:00:00 2001 From: Chris Vasey Date: Sun, 12 Nov 2023 14:18:05 +0000 Subject: [PATCH] Update file ref to .ts rather than .js --- data/blog/introducing-tailwind-nextjs-starter-blog.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/blog/introducing-tailwind-nextjs-starter-blog.mdx b/data/blog/introducing-tailwind-nextjs-starter-blog.mdx index 01b31f4..64ac4cf 100644 --- a/data/blog/introducing-tailwind-nextjs-starter-blog.mdx +++ b/data/blog/introducing-tailwind-nextjs-starter-blog.mdx @@ -82,8 +82,8 @@ I wanted it to be nearly as feature-rich as popular blogging templates like [bea 3. Modify the content security policy in `next.config.js` if you want to use any analytics provider or a commenting solution other than giscus. 4. Personalize `authors/default.md` (main author) -5. Modify `projectsData.js` -6. Modify `headerNavLinks.js` to customize navigation links +5. Modify `projectsData.ts` +6. Modify `headerNavLinks.ts` to customize navigation links 7. Add blog posts 8. Deploy on Vercel