The default path I receive is "/_next/static/css/650b9dca11a5e4cf.css", but during build time, I prefer the path to start with "_next" instead of "/" in order to access the file in Electron.
Next Config :
/** @type {import('next').NextConfig} */
const nextConfig = {
output : 'export',
basePath: '',
};
export default nextConfig;
package.json
"homepage": ""