docs: update link to AstroUserConfig type definitions (#1961)
* docs: update link to AstroUserConfig type definitions
addresses https://github.com/snowpackjs/astro/issues/1960
* docs: update link to `@types/astro.ts` to refer to the `latest` branch.
22b73e652d
changes the branch to `main`, this changes back to use `latest`.
This commit is contained in:
parent
63df5fbf23
commit
f37c7ad2ad
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/astro.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/%40types/astro.ts)
|
||||
|
||||
```js
|
||||
// Example: astro.config.mjs
|
||||
|
|
Loading…
Reference in a new issue