Fix PDF thumbnails (ghostscript), 3MF viewer (official loader), PDF viewer (blob fetch)
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m9s
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m9s
This commit is contained in:
parent
facb1c6f8b
commit
c239fbb296
5 changed files with 218 additions and 51 deletions
|
|
@ -5,6 +5,7 @@ const nextConfig = {
|
|||
serverActions: {
|
||||
bodySizeLimit: '100gb',
|
||||
},
|
||||
proxyTimeout: 300000, // 5 minutes for large file proxying
|
||||
},
|
||||
async rewrites() {
|
||||
return [
|
||||
|
|
|
|||
Reference in a new issue