Closed everdimension closed 3 weeks ago
Awesome, thanks!
I didn't find this in the docs
Ok this has regressed. Actually you shouldn't be needing any extra config. I just saw my old comment - https://github.com/vuejs/vitepress/issues/117#issuecomment-1732388826
Update: caused by - https://github.com/vuejs/vitepress/commit/c46e4b784ddb9ce3bd1cfcc3de1d1d676535cb5b
Fixed in latest version. You can remove that additional config. It's not needed.
Describe the bug
I have the following vitepress structure:
enpoints.md
simply contains an include of./generated/endpoints.md
:This is done to avoid the
/generated/
path segment in the URL.Problem: When content of
/generated/endpoints.md
changes, content of/endpoints.md
doesn't changeReproduction
https://github.com/everdimension/vitepress-watch-included-issue
Expected behavior
It's expected that when content of
/generated/endpoints.md
changes, the updates will be reflected in the buildSystem Info
Additional context
No response
Validations