diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-10-16 21:35:52 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-10-16 21:35:52 -0400 |
| commit | 5508880c4c3140f29651bcbbc568795ac1427b92 (patch) | |
| tree | 5796633b4bb48f2e3e172108b769c60bf94b3bed /package.json | |
| parent | ee483d8b6f31024c33576e47225bd8330c6eb8bf (diff) | |
| download | personal-website-5508880c4c3140f29651bcbbc568795ac1427b92.tar.gz personal-website-5508880c4c3140f29651bcbbc568795ac1427b92.tar.bz2 personal-website-5508880c4c3140f29651bcbbc568795ac1427b92.zip | |
Added more info in the footer
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index e5ba324..24b9883 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "scripts": { "dev": "next dev", "build": "next build && next export", - "start": "next start", + "start": "next build && next start", "lint": "next lint" }, "dependencies": { |
