You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My markdown file has Chinese character in file name. I run npm run build and ensure .astro\collections\collections.json is updated. Content Collections Intellisense doesn't work.
I create a new file with English and number as file name and do the same operation, and it works.
I notice that UTF in file name is encoded to URL like "file:///d:/repos/my-astro-project/src/data/post/%e4%b8%80.md"
Steps to Reproduce
Create a file in collections with UTF character file name like "一.md", build to update collection.json
Link to Minimal Reproducible Example
doesn't need
The text was updated successfully, but these errors were encountered:
Describe the Bug
My markdown file has Chinese character in file name. I run
npm run build
and ensure.astro\collections\collections.json
is updated. Content Collections Intellisense doesn't work.I create a new file with English and number as file name and do the same operation, and it works.
I notice that UTF in file name is encoded to URL like
"file:///d:/repos/my-astro-project/src/data/post/%e4%b8%80.md"
Steps to Reproduce
Create a file in collections with UTF character file name like "一.md", build to update
collection.json
Link to Minimal Reproducible Example
doesn't need
The text was updated successfully, but these errors were encountered: