Website
Neither my css or js are working on my website.
In localhost they work well. Im running the following commands:
- netlify build
- netlify deploy
Im running the builds & deploys like that, im not using a github repo.
CLUE:
If i remove the “_next” from the URL, the asset work, but im not sure if this is expected.
So for example, this css does not work (404):
https://stunning-cuchufli-753b35.netlify.app/_next/static/css/dcced01344267af7.css
but this one does:
https://stunning-cuchufli-753b35.netlify.app/static/css/dcced01344267af7.css
Thanks in advance.