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
pnpm i; pnpm run dev
localhost:3000
content/index.md
pages/[...slug].vue
pnpm run dev
In a vscode devcontainer, changes to markdown files do not trigger hot reload. But changes to .vue files do.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Reproduction
pnpm i; pnpm run dev
localhost:3000
content/index.md
, content changes in browserpages/[...slug].vue
, content changes in browserpnpm run dev
localhost:3000
content/index.md
, content does not change in browserpages/[...slug].vue
, content does change in browserDescribe the bug
In a vscode devcontainer, changes to markdown files do not trigger hot reload. But changes to .vue files do.
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: