diff --git a/.formatter.exs b/.formatter.exs index d26ce3bee3..20cf5fecd4 100644 --- a/.formatter.exs +++ b/.formatter.exs @@ -24,10 +24,12 @@ # set desired line length for both Elixir's code formatter and this one # (only affects opening tags in Surface) - line_length: 98 + line_length: 98, # heex_line_length: 84, # or, set line length only for Surface code (overrides `line_length`) - # surface_line_length: 84 + # surface_line_length: 84, + + migrate_eex_to_curly_interpolation: false ] diff --git a/flavours/classic/config/deploy/nginx.conf b/flavours/classic/config/deploy/nginx.conf index c1daa9d12a..84ed4e965b 100644 --- a/flavours/classic/config/deploy/nginx.conf +++ b/flavours/classic/config/deploy/nginx.conf @@ -18,6 +18,6 @@ location / { index index.html; - try_files $uri $uri.html $uri/index.html $uri/ @app_upstream; + try_files $uri $uri.html $uri/index.html @app_upstream; } \ No newline at end of file