Skip to content

Commit 484d111

Browse files
author
Olalekan Animashaun
committed
Remove about
1 parent fd30581 commit 484d111

File tree

2 files changed

+1
-51
lines changed

2 files changed

+1
-51
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"dev": "next dev -p 2301",
1010
"build": "next build",
11-
"start": "npm run build && pm2 start ./src/app.js -n 'manual'",
11+
"start": "yarn build && next start",
1212
"staging": "npm run build && pm2 reload ./src/app.js -n 'manual' --update-env",
1313
"production": "npm run build && pm2 reload ./src/app.js -n 'manual' --update-env",
1414
"start_db": "rethinkdb --bind all",

pages/about.jsx

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)