We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug was introduced here: 659a0d8
Error:
ERROR EISDIR: illegal operation on a directory, open 'C:\Users\Fraser\Websites\2022\mctweb.co.uk\.output\public\sitemap.xml'
When nitro.options.prerender.routes.push("/sitemap.xml") is removed, the module works as expected
nitro.options.prerender.routes.push("/sitemap.xml")
No response
System: OS: Windows 10 10.0.19045 CPU: (16) x64 Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz Memory: 18.43 GB / 31.92 GB Binaries: Node: 16.14.2 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.11 - ~\AppData\Roaming\npm\yarn.CMD npm: 8.18.0 - ~\AppData\Roaming\npm\npm.CMD
yarn
The text was updated successfully, but these errors were encountered:
Hey thanks! Good catch, have fixed that up in 0.5.5.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Bug was introduced here: 659a0d8
Error:
When
nitro.options.prerender.routes.push("/sitemap.xml")
is removed, the module works as expectedReproduction
No response
System Info
Used Package Manager
yarn
Validations
The text was updated successfully, but these errors were encountered: