(hydrogen/nginx/n7) add redirects for slidev slides

This commit is contained in:
Laureηt 2023-09-04 17:11:39 +02:00
parent a948122886
commit f583084e05
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI
3 changed files with 3 additions and 0 deletions

View file

@ -8,4 +8,5 @@ let
in {
alias = "${pages}/";
index = "index.html";
tryFiles = "$uri $uri/ /projet-fin-etude/index.html";
}

View file

@ -8,4 +8,5 @@ let
in {
alias = "${pages}/";
index = "index.html";
tryFiles = "$uri $uri/ /projet-long/index.html";
}

View file

@ -8,4 +8,5 @@ let
in {
alias = "${pages}/";
index = "index.html";
tryFiles = "$uri $uri/ /projet-probleme-inverse-3D/index.html";
}