🐛 Fix wasm-playground on devenv

This commit is contained in:
Andrey Antukh 2026-01-08 10:42:37 +01:00
parent 952f622ce9
commit 795f65632a
1 changed files with 2 additions and 2 deletions

View File

@ -145,8 +145,8 @@ http {
proxy_pass http://127.0.0.1:3000/; proxy_pass http://127.0.0.1:3000/;
} }
location /playground { location /wasm-playground {
alias /home/penpot/penpot/experiments/; alias /home/penpot/penpot/frontend/resources/public/wasm-playground/;
add_header Cache-Control "no-cache, max-age=0"; add_header Cache-Control "no-cache, max-age=0";
autoindex on; autoindex on;
} }