heartwood every commit a ring

Remove Next.js configuration files and update start script port

a5b0429d by Isaac Bythewood · 7 months ago

deleted next.config.js
@@ -1,5 +0,0 @@const nextConfig = {  reactStrictMode: true,};module.exports = nextConfig;
modified package.json
@@ -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"  },
deleted vercel.json
@@ -1,6 +0,0 @@{  "version": 2,  "name": "isaacbythewood.com",  "alias": "isaacbythewood.com",  "builds": [{ "src": "package.json", "use": "@vercel/next" }]}