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
fix(next.config.mjs): update assetPrefix to ensure correct asset loading
The assetPrefix was changed from './' to '/' to ensure assets load correctly with a leading slash. This fixes potential issues with asset paths in the exported build.
0 commit comments