.well-known
I'm trying to add a .well-known route but the dot notation does not seem to be supported, any suggestions?
3 Replies
absent-sapphire•2w ago
Enclose it with square brackets
[.]well-known
https://tanstack.com/router/latest/docs/framework/react/routing/file-naming-conventions#:~:text=%5Bx%5D-,Escaping,-Square%20brackets%20escapeFile Naming Conventions | TanStack Router React Docs
File-based routing requires that you follow a few simple file naming conventions to ensure that your routes are generated correctly. The concepts these conventions enable are covered in detail in the...
stormy-goldOP•2w ago
Thank you @hokkyss
old-apricot•2w ago
why not just put it in the public folder ?