You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Google search console shows countless "Not found (404)" errors to me for paths to language files that are not available in a production build, i.e. paths to files inside node_modules:
You can check out my website's source code and search for node_modules. You'll see that those paths:
Apparently Google picks those paths up, but I guess they are of no use here as node_modules shouldn't be available in a project built for production, right?
Any reason to keep these paths here? Should they be corrected maybe or removed?
I hope this report helps, would love to assist!
Additional context
I wonder why those paths are picked up, as I don't see any network request being tried to those paths.
Logs
No response
The text was updated successfully, but these errors were encountered:
Environment
Reproduction
will submit if necessary
Describe the bug
The Google search console shows countless "Not found (404)" errors to me for paths to language files that are not available in a production build, i.e. paths to files inside
node_modules
:You can check out my website's source code and search for
node_modules
. You'll see that those paths:@dargmuesli/nuxt-vio
being a layer of mine.Apparently Google picks those paths up, but I guess they are of no use here as
node_modules
shouldn't be available in a project built for production, right?Any reason to keep these paths here? Should they be corrected maybe or removed?
I hope this report helps, would love to assist!
Additional context
I wonder why those paths are picked up, as I don't see any network request being tried to those paths.
Logs
No response
The text was updated successfully, but these errors were encountered: