//robots.txt# Block all crawlers for/accountsUser-agent:*Disallow:/accounts# Allow all crawlersUser-agent:*Allow:/ When you run your app withyarn dev, it will now be available athttp://localhost:3000/robots.txt. Note that thepublicfolder name is not part of the URL. ...