@@ -1,5 +0,0 @@const nextConfig = { reactStrictMode: true,};module.exports = nextConfig;
Remove Next.js configuration files and update start script port
@@ -1,7 +1,7 @@{ "private": true, "scripts": { "start": "next --port 3000", "start": "next --port 8000", "next:start": "next start --port ${PORT}", "next:build": "next build" },
@@ -1,6 +0,0 @@{ "version": 2, "name": "isaacbythewood.com", "alias": "isaacbythewood.com", "builds": [{ "src": "package.json", "use": "@vercel/next" }]}