In shopify CLI (Node & Remix js), facing an issue regarding proxy url, i.e, base url missing in path of style & js files in build. For Example: ‘/build/_assets/style-UMRQIXL4.css’
it should be like : ‘https.hostname.com/build/_assets/style-UMRQIXL4.css’
Is there any way to add hostname along with path of assets while creating build via npm run dev
