Replace welcome text with slideshow and fix admin image upload
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "HOSTNAME=0.0.0.0 PORT=3000 node server.js",
|
||||
"start": "next start -H 0.0.0.0 -p 3000",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user