htbkoo / personal-portfolio

Rewrite of my personal portfolio page
https://htbkoo.github.io/personal-portfolio/?utm_source=github
MIT License
1 stars 1 forks source link

Upgrade `next` to `v13.4.19` and clean up `scripts` in `package.json` #163

Closed htbkoo closed 1 year ago

htbkoo commented 1 year ago

There were 2 similar scripts before: start and dev which are confusing and the purpose of having those 2 distinct scripts is unknown.

Thus this PR aims to remove the script that does not work (with next start) and keep only the working one (with next dev)

And updated README.md for consistency

This PR closes #160