astro 0.21.0-next.2
Patch Changes
- fbae2bc5: Improve support for Astro config files.
In addition to properly loading .cjs and .js files in all cases, Astro now supports astro.config.ts files.
For convenience, you may now also move your astro.config.js file to a top-level config/ directory.
- 2e1bded7: Improve Tailwind HMR in
devmode - Fix bug when using
<Markdown></Markdown>with no content - Support
PUBLIC_prefixed.envvariables - Respect
tsconfig.jsonandjsconfig.jsonpaths as aliases