diff options
author | 2021-07-20 13:47:09 -0700 | |
---|---|---|
committer | 2021-07-20 13:47:09 -0700 | |
commit | 225baf1fc69475500b1f65a7c9ed7dc601fec985 (patch) | |
tree | fba9a6f3fc3c0fc6bc98f27067f784a7c6919ba6 /docs | |
parent | fcfc62533116ea51e9138d7a0ef6d6f3ab285d21 (diff) | |
download | astro-225baf1fc69475500b1f65a7c9ed7dc601fec985.tar.gz astro-225baf1fc69475500b1f65a7c9ed7dc601fec985.tar.zst astro-225baf1fc69475500b1f65a7c9ed7dc601fec985.zip |
change snowpack.config.js to snowpack.config.mjs in docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/src/pages/reference/configuration-reference.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/reference/configuration-reference.md b/docs/src/pages/reference/configuration-reference.md index 33e188a3d..e5a0cc6ee 100644 --- a/docs/src/pages/reference/configuration-reference.md +++ b/docs/src/pages/reference/configuration-reference.md @@ -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. |