1

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": ""

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.