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
Collection names are used to create tables in the database and types in typescript. - and other non-alphabetic characters are not valid chars in these two situations. If you want to get the collection name from the URL, you can use _ instead of -.
_ is valid in the table name, typescript/javascript variables, and also in URL.
I want to add kebabCased keys to my
defineContentConfig()
to math theroute.path
value.Current
Expected
By supporting this, I can make my
queryCollection()
a bit more flexible by adding aroute.path
or a part of it.The text was updated successfully, but these errors were encountered: