Skip to content

Commit 52cd314

Browse files
authored
Merge pull request #773 from chrisvasey/patch-2
Updated file names to use .ts rather than .js
2 parents c83ae42 + a921afc commit 52cd314

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ npx degit 'timlrx/tailwind-nextjs-starter-blog'
135135
3. Modify the content security policy in `next.config.js` if you want to use
136136
other analytics provider or a commenting solution other than giscus.
137137
4. Personalize `authors/default.md` (main author)
138-
5. Modify `projectsData.js`
139-
6. Modify `headerNavLinks.js` to customize navigation links
138+
5. Modify `projectsData.ts`
139+
6. Modify `headerNavLinks.ts` to customize navigation links
140140
7. Add blog posts
141141
8. Deploy on Vercel
142142

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)