Merge pull request #773 from chrisvasey/patch-2

Updated file names to use .ts rather than .js
This commit is contained in:
Timothy 2023-11-14 11:38:44 +08:00 committed by GitHub
commit 52cd31476b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -135,8 +135,8 @@ npx degit 'timlrx/tailwind-nextjs-starter-blog'
3. Modify the content security policy in `next.config.js` if you want to use
other 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

View File

@ -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