From a2c33f06949141ecf8a32ab7c2b1870ec5b54208 Mon Sep 17 00:00:00 2001 From: Luiz Ferraz Date: Thu, 26 Dec 2024 20:25:21 -0300 Subject: [PATCH] Format --- docs/src/content/docs/deploying.mdx | 62 +++++++++++++++-------------- 1 file changed, 32 insertions(+), 30 deletions(-) diff --git a/docs/src/content/docs/deploying.mdx b/docs/src/content/docs/deploying.mdx index bcd2eed..60ecb7c 100644 --- a/docs/src/content/docs/deploying.mdx +++ b/docs/src/content/docs/deploying.mdx @@ -1,30 +1,32 @@ ---- -title: Deploying ---- - -Here's guides on how to deploy Astro projects using Domain Expansion to different providers: - -## Vercel - -It just works. - -## Netlify - -It just works. - -## @astrojs/node (without Docker) - -It just works. - -## Docker (Coolify etc.) - -In Docker, we recommend using [cache mounts](https://docs.docker.com/build/cache/optimize/#use-cache-mounts). Here's how to use them within a `Dockerfile`: - -```Dockerfile -RUN --mount=type=cache,target=/app/node_modules/.domain-expansion npm run build -``` - -Other than that,
-**It just works.** -

-Seeing a pattern here? \ No newline at end of file +--- +title: Deploying +--- + +Here's guides on how to deploy Astro projects using Domain Expansion to different providers: + +## Vercel + +It just works. + +## Netlify + +It just works. + +## @astrojs/node (without Docker) + +It just works. + +## Docker (Coolify etc.) + +In Docker, we recommend using [cache mounts](https://docs.docker.com/build/cache/optimize/#use-cache-mounts). Here's how to use them within a `Dockerfile`: + +```Dockerfile +RUN --mount=type=cache,target=/app/node_modules/.domain-expansion npm run build +``` + +Other than that,
+**It just works.** + +
+
+Seeing a pattern here?