diff --git a/services/web/portefolio.nix b/services/web/portefolio.nix index a1bcda6..cbfc33c 100644 --- a/services/web/portefolio.nix +++ b/services/web/portefolio.nix @@ -34,8 +34,8 @@ in root = "/opt/portefolio/dist"; index = "index.html"; extraConfig = '' - try_files $uri /index.html; - ''; + try_files $uri /index.html; + ''; }; }; };