Merge branch 'localized-pack' into 'antifascista'

que el js funcione en otros idiomas

See merge request sutty/haini.sh!38
This commit is contained in:
fauno 2022-02-16 18:37:10 +00:00
commit 0229fa5fbc

View file

@ -9,6 +9,10 @@ server {
add_header Cache-Control "no-store; max-age=0";
location ~ /../assets/js/pack.js {
rewrite ^ /assets/js/pack.js last;
}
location /assets/js/pack.js {
proxy_pass http://127.0.0.1:65001;
}