#My urls are dropping the dots in them.

2 messages · Page 1 of 1 (latest)

outer chasmBOT
#

Hi @humble lion. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

I'm sorry, but the knowledge sources do not contain any information about Astro removing dots from URLs or a configuration option to preserve dots in URLs. Astro's documentation on routing, internationalization, and configuration does not mention any behavior that would strip dots from URLs, nor does it provide a setting to control this behavior.

If you are experiencing this issue, it may be caused by something outside of Astro's documented configuration options, such as custom middleware, a specific adapter, or your file/folder naming conventions. Based on the official documentation, dots in URLs should be preserved as long as your file and folder names include them as expected in the src/pages directory structure.

If you need further assistance, you may want to check your project structure or any custom routing logic you have implemented, as the default Astro behavior should not remove dots from URLs according to the available documentation.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: