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:
parent
fcfc625331
commit
225baf1fc6
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue