0
I have a next.JS application and I need it to be well indexed. I’m making some changes and improvements following Lighthouse. However a mistake of "good practices" appeared that I always had doubts.
How to get everything you have on the console for the customer? How to make all errors, alerts, consoles logs etc no longer appear to the client in case he of F12.
I believe it is possible, because big sites like facebook have nothing on the console, and we know that hardly a site will not have consoles, errors and alerts, especially with the size and complexity of facebook. Google sites even have nothing.
Very interesting friend, I will try to do this way. Which libs do that ? Do you know any?.
– Luck dev
And this wrapper would be where? Would it be just a component created to stay around the entire site? or would it be put on the site public by JS script
– Luck dev