From 82d01ea70430e2af83c9de2b42c35151a66fb4bf Mon Sep 17 00:00:00 2001 From: Viktor Svertoka Date: Sat, 31 Jan 2026 16:55:06 +0200 Subject: [PATCH 1/2] chore: bump Node.js to 20 for Netlify --- netlify.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000..7c529ca7 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,13 @@ +[build] + base = "frontend" + command = "npm run build" + publish = ".next" + +[functions] + node_bundler = "esbuild" + +[build.environment] + NODE_VERSION = "20.11.1" + +[[plugins]] + package = "@netlify/plugin-nextjs" \ No newline at end of file From b7c49a559f79352fd4f778b84e4ed7d048600acb Mon Sep 17 00:00:00 2001 From: Viktor Svertoka Date: Sat, 31 Jan 2026 17:12:11 +0200 Subject: [PATCH 2/2] feat(md) add netlify status (#234) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 987c65f9..7e3238e8 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ ## DevLovers - a platform for technical interview preparation in frontend, backend, and full-stack development. + +develop +[![Netlify Status](https://api.netlify.com/api/v1/badges/0d21e84e-ea55-47f0-b841-c8eb91f2c9a0/deploy-status)](https://app.netlify.com/projects/develop-devlovers/deploys)