Skip to content

Commit 350b3da

Browse files
authored
[docs] removes link in config reference (#12630)
1 parent 74bfad0 commit 350b3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/astro/src/types/public/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ export interface ViteUserConfig extends OriginalViteUserConfig {
322322
* @type {string}
323323
* @default `"."` (current working directory)
324324
* @summary Set the project root. The project root is the directory where your Astro project (and all `src`, `public` and `package.json` files) live.
325-
* @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.
325+
* @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.
326326
*
327327
* If you provide a relative path (ex: `--root: './my-project'`) Astro will resolve it against your current working directory.
328328
*

0 commit comments

Comments
 (0)