mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
(docs) Fix config reference link (#1946)
This commit is contained in:
parent
41244f47ca
commit
b8fb80dd2c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue