diff --git a/package.json b/package.json index 311d188..d499953 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "production": "next build && next start -p 4224", "lint": "next lint", "pm2:start": "pm2 start \"npm run production\" --name my-universe", - "pm2:restart": "npm run production && pm2 restart my-universe --update-env", + "pm2:restart": "npm run build && pm2 restart my-universe --update-env", "pm2:rs": "pm2 restart my-universe --update-env", "pm2:stop": "pm2 delete my-universe", "b" : "bumpp" diff --git a/app/robots.txt b/public/robots.txt similarity index 100% rename from app/robots.txt rename to public/robots.txt diff --git a/app/sitemap.xml b/public/sitemap.xml similarity index 100% rename from app/sitemap.xml rename to public/sitemap.xml