aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-10-16 21:35:52 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-10-16 21:35:52 -0400
commit5508880c4c3140f29651bcbbc568795ac1427b92 (patch)
tree5796633b4bb48f2e3e172108b769c60bf94b3bed /package.json
parentee483d8b6f31024c33576e47225bd8330c6eb8bf (diff)
downloadpersonal-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.json2
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": {