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) 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