diff options
author | 2021-11-11 19:29:56 +0000 | |
---|---|---|
committer | 2021-11-11 19:29:56 +0000 | |
commit | abf7722b086478ecdbdf4c5f41f17f0c7ca4addd (patch) | |
tree | 10f1f4f93bdf04a55b78acd08e6f103e36132e1d /docs/src | |
parent | eb4effb6b77f940030110f73a4081b69909a8d5d (diff) | |
download | astro-abf7722b086478ecdbdf4c5f41f17f0c7ca4addd.tar.gz astro-abf7722b086478ecdbdf4c5f41f17f0c7ca4addd.tar.zst astro-abf7722b086478ecdbdf4c5f41f17f0c7ca4addd.zip |
[ci] yarn format
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/pages/de/quick-start.md | 3 | ||||
-rw-r--r-- | docs/src/pages/es/quick-start.md | 3 | ||||
-rw-r--r-- | docs/src/pages/quick-start.md | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/docs/src/pages/de/quick-start.md b/docs/src/pages/de/quick-start.md index b7b57879f..7fdac8fe0 100644 --- a/docs/src/pages/de/quick-start.md +++ b/docs/src/pages/de/quick-start.md @@ -21,7 +21,8 @@ npm install npm run dev ``` -Für Produktionsstandorte, +Für Produktionsstandorte, + ```shell # Wenn du bereit bist: Exportiere deine Seite nach `dist/` npm run build diff --git a/docs/src/pages/es/quick-start.md b/docs/src/pages/es/quick-start.md index baf8d3d76..4be26a7da 100644 --- a/docs/src/pages/es/quick-start.md +++ b/docs/src/pages/es/quick-start.md @@ -21,7 +21,8 @@ npm install npm run dev ``` -Para los sitios de producción, +Para los sitios de producción, + ```shell # cuando estés listo: crea tu sitio estático en la carpeta `dist/` npm run build diff --git a/docs/src/pages/quick-start.md b/docs/src/pages/quick-start.md index 9d8126e3b..5b7030720 100644 --- a/docs/src/pages/quick-start.md +++ b/docs/src/pages/quick-start.md @@ -22,6 +22,7 @@ npm run dev ``` For production sites, + ```shell # when you're ready: build your static site to `dist/` npm run build |