mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix 404 errors
This commit is contained in:
@@ -136,7 +136,7 @@ http {
|
||||
}
|
||||
|
||||
location ~ ^/[^/]+/(.*)$ {
|
||||
return 301 /404.html;
|
||||
return 301 " /404";
|
||||
}
|
||||
|
||||
try_files $uri /index.html$is_args$args =404;
|
||||
|
||||
Reference in New Issue
Block a user