Next.js Discord

Discord Forum

Drop Next Static

Unanswered
Asian paper wasp posted this in #help-forum
Open in Discord
Asian paper waspOP
Is there any way to get rid of the _next/static in our asset URLs?

<link rel="icon" href="/_next/static/media/logo.asdf1234.png" type="image/png">

5 Replies

Asian paper waspOP
For context, I'm using v13 pages router. Not deployed on Vercel.
@Ray yes, put your icon in `public` folder
Asian paper waspOP
This is happening for our CSS and JS files as well. They are located under the /src directory. As far as I know, they should be there under /src for the hot loading to work correctly with the styles.
Asian paper waspOP
#sweet