0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

change snowpack.config.js to snowpack.config.mjs in docs

This commit is contained in:
Fred K. Schott 2021-07-20 13:47:09 -07:00
parent fcfc625331
commit 225baf1fc6

View file

@ -32,4 +32,4 @@ export default {
## Snowpack Config
Astro is powered internally by Snowpack. You can configure Snowpack directly by creating a `snowpack.config.js` file. See [snowpack.dev](https://www.snowpack.dev/reference/configuration) for full documentation on this file.
Astro is powered internally by Snowpack. You can configure Snowpack directly by creating a `snowpack.config.mjs` file. See [snowpack.dev](https://www.snowpack.dev/reference/configuration) for full documentation on this file.