This commit is contained in:
parent
bf75b78b4c
commit
a6db520c17
3 changed files with 16 additions and 2 deletions
12
Caddyfile
12
Caddyfile
|
@ -1 +1,11 @@
|
|||
{ http_port 8080 } localhost:8443 { log file_server browse root * ./build import redirects.caddy }
|
||||
{
|
||||
http_port 8080
|
||||
}
|
||||
|
||||
localhost:8443 {
|
||||
log
|
||||
file_server browse
|
||||
root * ./build
|
||||
|
||||
import redirects.caddy
|
||||
}
|
||||
|
|
|
@ -8,7 +8,6 @@ redir "/2022-10-15 Analisis de la extracción de datos del teléfono de Fernando
|
|||
redir "/2022-10-30 Bugs de accesibilidad.html" "/x/2022-10-30-Bugs%20de%20accesibilidad/"
|
||||
redir "/2022-11-18 Donweb es ridículo.html" "/x/2022-11-18-Donweb%20es%20rid%C3%ADculo/"
|
||||
redir "/2023-04-30 Donweb quiere tu cripto.html" "/x/2023-04-30-Donweb%20quiere%20tu%20cripto/"
|
||||
redir "/404.html" "/x/404/"
|
||||
redir "/Activismo Gordo.html" "/x/Activismo%20Gordo/"
|
||||
redir "/Aesthetic.html" "/x/Aesthetic/"
|
||||
redir "/Alimentación.html" "/x/Alimentaci%C3%B3n/"
|
||||
|
|
|
@ -1 +1,6 @@
|
|||
---
|
||||
layout: post.hbs
|
||||
permalink: /404.html
|
||||
---
|
||||
|
||||
No encontré esta página... [Volver al hogar](/)
|
||||
|
|
Reference in a new issue