#My urls are dropping the dots in them.
2 messages · Page 1 of 1 (latest)
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.