diff options
author | 2021-11-20 13:43:04 -0300 | |
---|---|---|
committer | 2021-11-20 10:43:04 -0600 | |
commit | b8fb80dd2c040d37bbe8f5e21ced9486a3017ca8 (patch) | |
tree | d18cd0737e4e2e1c0e0cf62b64a9f5d5f9ffb5c4 /docs/src | |
parent | 41244f47ca500fd0ebeca0808e3cc4c42538403b (diff) | |
download | astro-b8fb80dd2c040d37bbe8f5e21ced9486a3017ca8.tar.gz astro-b8fb80dd2c040d37bbe8f5e21ced9486a3017ca8.tar.zst astro-b8fb80dd2c040d37bbe8f5e21ced9486a3017ca8.zip |
(docs) Fix config reference link (#1946)
Diffstat (limited to 'docs/src')
-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 071179b59..d373bb053 100644 --- a/docs/src/pages/reference/configuration-reference.md +++ b/docs/src/pages/reference/configuration-reference.md @@ -5,7 +5,7 @@ title: Configuration Reference To configure Astro, add an `astro.config.mjs` file in the root of your project. All settings are optional. -You can view the full configuration API (including information about default configuration) on [GitHub.](https://github.com/snowpackjs/astro/blob/latest/packages/astro/src/@types/config.ts) +You can view the full configuration API (including information about default configuration) on [GitHub.](https://github.com/snowpackjs/astro/blob/latest/packages/astro/src/@types/astro.ts) ```js // Example: astro.config.mjs |