refactor some page and home title and change start port

This commit is contained in:
drupaldev143
2024-09-01 09:51:58 +03:30
parent 680ef74034
commit 2afd79b84d
3 changed files with 26 additions and 24 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
{
"name": "nobat",
"name": "nobat724",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start": "next start -p 8002",
"lint": "next lint"
},
"dependencies": {