diff --git a/netlify.toml b/netlify.toml index b9ef91f..b7f2b9e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,8 +1,10 @@ [build] - command = "git config --global submodule.recurse false && git submodule deinit --all 2>/dev/null; rm -rf .git/modules 2>/dev/null; npm run build" + command = "npm run build" publish = ".next" [build.environment] NODE_VERSION = "20" NEXT_TELEMETRY_DISABLED = "1" - GIT_LFS_ENABLED = "false" + +[[plugins]] + package = "@netlify/plugin-nextjs" \ No newline at end of file