diff --git a/netlify.toml b/netlify.toml index eac25e66d65ea0bd57a2d1c8925047c899d0b8e2..a0e440f4833e4a6b801369ecbe69a033824e7ad8 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,6 +4,4 @@ publish="dist/aot/" command="npm run build-aot" functions=".netlify/functions/" - environment={ - BACKEND_URL="netlify_functions" - } \ No newline at end of file + environment={ BACKEND_URL="netlify_functions" } \ No newline at end of file