Astro file
The astro.config.mjs file is the main configuration file for an Astro project. It defines how Astro should behave during development and build processes. It’s written in JavaScript (with the .mjs extension to enable ES module syntax).
The astro.config.mjs file is the main configuration file for an Astro project. It defines how Astro should behave during development and build processes. It’s written in JavaScript (with the .mjs extension to enable ES module syntax).