mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[docs] removes link in config reference (#12630)
This commit is contained in:
parent
74bfad07af
commit
350b3da9cf
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ export interface ViteUserConfig extends OriginalViteUserConfig {
|
|||
* @type {string}
|
||||
* @default `"."` (current working directory)
|
||||
* @summary Set the project root. The project root is the directory where your Astro project (and all `src`, `public` and `package.json` files) live.
|
||||
* @description You should only provide this option if you run the `astro` CLI commands in a directory other than the project root directory. Usually, this option is provided via the CLI instead of the [Astro config file](https://docs.astro.build/en/guides/configuring-astro/#supported-config-file-types), since Astro needs to know your project root before it can locate your config file.
|
||||
* @description You should only provide this option if you run the `astro` CLI commands in a directory other than the project root directory. Usually, this option is provided via the CLI instead of the Astro config file, since Astro needs to know your project root before it can locate your config file.
|
||||
*
|
||||
* If you provide a relative path (ex: `--root: './my-project'`) Astro will resolve it against your current working directory.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue