style(web/portefolio): format using nixfmt

This commit is contained in:
Raphael 2025-10-17 16:36:38 +02:00
parent edbe524048
commit a94f76fd78
No known key found for this signature in database

View file

@ -34,8 +34,8 @@ in
root = "/opt/portefolio/dist"; root = "/opt/portefolio/dist";
index = "index.html"; index = "index.html";
extraConfig = '' extraConfig = ''
try_files $uri /index.html; try_files $uri /index.html;
''; '';
}; };
}; };
}; };