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
Hello.
I added a nitro plugin to implement content:file:afterParse hook as documented:
content:file:afterParse
However, the hook seems to fire multiple times (minimum 3, but I've seen 5) when you edit a document:
After Parse: content:1.guide:0.index.md After Parse: content:1.guide:0.index.md After Parse: content:1.guide:0.index.md
I also tested on the Pinia ORM docs and the result was the same.
The hook only fires once per edit on in a vanilla Content (vs Docus) project.
Bare-minimum repro here:
The text was updated successfully, but these errors were encountered:
@farnabaz is this normal?
Sorry, something went wrong.
farnabaz
No branches or pull requests
Hello.
I added a nitro plugin to implement
content:file:afterParse
hook as documented:However, the hook seems to fire multiple times (minimum 3, but I've seen 5) when you edit a document:
I also tested on the Pinia ORM docs and the result was the same.
The hook only fires once per edit on in a vanilla Content (vs Docus) project.
Bare-minimum repro here:
The text was updated successfully, but these errors were encountered: