diff --git a/src/i18n/en/docs/cli.md b/src/i18n/en/docs/cli.md index 323d03fe7..de849fbcd 100644 --- a/src/i18n/en/docs/cli.md +++ b/src/i18n/en/docs/cli.md @@ -65,7 +65,7 @@ root ### Set the public URL to serve on -Default: [the same as the --out-dir option](#output-directory) +Default: "/" Available in: `serve`, `watch`, `build` diff --git a/src/i18n/es/docs/production.md b/src/i18n/es/docs/production.md index d522f6d08..9df4b9608 100644 --- a/src/i18n/es/docs/production.md +++ b/src/i18n/es/docs/production.md @@ -31,7 +31,7 @@ root #### Configurar la URL publica en la cual servir -Por defecto: --out-dir option +Por defecto: "/" ```bash parcel build entry.js --public-url ./ diff --git a/src/i18n/fr/docs/cli.md b/src/i18n/fr/docs/cli.md index 3421a3cad..2d595f79f 100644 --- a/src/i18n/fr/docs/cli.md +++ b/src/i18n/fr/docs/cli.md @@ -65,7 +65,7 @@ root ### Définir l'URL publique à appliquer -Par défaut : [le même que l'option --out-dir](#répertoire-de-sortie) +Par défaut : "/" Disponible dans : `serve`, `watch`, `build` @@ -274,4 +274,4 @@ Disponible dans : `build` parcel build entry.js --experimental-scope-hoisting ``` -Pour plus d'informations, consultez la [section Tree Shaking](https://medium.com/@devongovett/parcel-v1-9-0-tree-shaking-2x-faster-watcher-and-more-87f2e1a70f79#4ed3) de l'article de Devon Govett sur Parcel 1.9. \ No newline at end of file +Pour plus d'informations, consultez la [section Tree Shaking](https://medium.com/@devongovett/parcel-v1-9-0-tree-shaking-2x-faster-watcher-and-more-87f2e1a70f79#4ed3) de l'article de Devon Govett sur Parcel 1.9. diff --git a/src/i18n/pt/docs/cli.md b/src/i18n/pt/docs/cli.md index 77c36d742..469816972 100644 --- a/src/i18n/pt/docs/cli.md +++ b/src/i18n/pt/docs/cli.md @@ -65,7 +65,7 @@ root ### Define a URL pública para servir -Padrão: [o mesmo que a opção --out-dir](#diretório-de-saída) +Padrão: "/" Disponível em: `serve`, `watch`, `build` diff --git a/src/i18n/pt/docs/production.md b/src/i18n/pt/docs/production.md index 76e0e69c2..a25b4a0c1 100644 --- a/src/i18n/pt/docs/production.md +++ b/src/i18n/pt/docs/production.md @@ -31,7 +31,7 @@ root #### Definir o endereço público para servir os arquivos -Padrão: --out-dir option +Padrão: "/" ```bash parcel build entry.js --public-url ./