The content of the public folder of nuxt3 is modified but not effective?
Please help. I developed a web using Nuxt3. I found that after running with nodejs, the new robots.txt file under my public folder, I modified the content of robots.txt, but refreshing my web did not take effect. I must re-execute pnpm run build after modifying the robots.txt file, so that it will take effect. Why, isn’t the public directory of nuxt3 a static resource directory?