トップに戻る
tags
引用 : https://github.com/vercel/next.js/discussions/18301
if you use a custom server, after calling next(), you can reset the asset path at any time if (assetPrefix) { nextApp.setAssetPrefix(assetPrefix); }
edit