Is there a way to make a ServerFileRoute for a path that starts with a dot?
For example, I would like to handle queries to
.well-known/*
.2 Replies
optimistic-gold•3mo ago
yes
[.]well-known
anything inside of []
is escaped
we need to still document thisjolly-crimsonOP•3mo ago
Oh, great! Thanks for the quick answer!