diff --git a/.npmrc b/.npmrc index 7ffc7e7..999db39 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,2 @@ # Expose Astro dependencies for `pnpm` users -shamefully-hoist=true -engine-strict=true +shamefully-hoist=true \ No newline at end of file diff --git a/.vercel/output/functions/render.func/.vc-config.json b/.vercel/output/functions/render.func/.vc-config.json index 6f9a4ef..3205df0 100644 --- a/.vercel/output/functions/render.func/.vc-config.json +++ b/.vercel/output/functions/render.func/.vc-config.json @@ -1 +1 @@ -{"runtime":"nodejs18.x","handler":"entry.js","launcherType":"Nodejs"} \ No newline at end of file +{"runtime":"nodejs16.x","handler":"entry.js","launcherType":"Nodejs"} \ No newline at end of file diff --git a/package.json b/package.json index 4c1ab2a..f1dc50f 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,5 @@ "preact": "^10.7.3", "reading-time": "^1.5.0", "scss": "^0.2.4" - }, - "engines": { - "node": ">=14" } }