You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Docs website is ~470MB once it has been built with minification (hugo --minify). Without minification it is ~600MB.
Our current Azure Static Website sku supports App Content up to 512MB. So we are quite close to this max size.
We should investigate alternatives to either reduce the content size or upgrade the hosting.
Ideas:
Image optimization during build
Check for unused images
Offloading large documents (pdfs/presentations) to storage