Skip to content

Commit a921afc

Browse files
authored
Update file ref to .ts rather than .js
1 parent a39fadd commit a921afc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/blog/introducing-tailwind-nextjs-starter-blog.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ I wanted it to be nearly as feature-rich as popular blogging templates like [bea
8282
3. Modify the content security policy in `next.config.js` if you want to use
8383
any analytics provider or a commenting solution other than giscus.
8484
4. Personalize `authors/default.md` (main author)
85-
5. Modify `projectsData.js`
86-
6. Modify `headerNavLinks.js` to customize navigation links
85+
5. Modify `projectsData.ts`
86+
6. Modify `headerNavLinks.ts` to customize navigation links
8787
7. Add blog posts
8888
8. Deploy on Vercel
8989

0 commit comments

Comments
 (0)