From 951632de885b3f95370ba434aac4a50e68279dea Mon Sep 17 00:00:00 2001 From: Marvin Hagemeister Date: Tue, 8 Oct 2024 09:17:11 +0200 Subject: [PATCH] chore: format --- .github/workflows/ci_v1.yml | 1 + docs/latest/concepts/server-configuration.md | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 .github/workflows/ci_v1.yml diff --git a/.github/workflows/ci_v1.yml b/.github/workflows/ci_v1.yml new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/.github/workflows/ci_v1.yml @@ -0,0 +1 @@ + diff --git a/docs/latest/concepts/server-configuration.md b/docs/latest/concepts/server-configuration.md index c596c8418c5..7e6a35b8664 100644 --- a/docs/latest/concepts/server-configuration.md +++ b/docs/latest/concepts/server-configuration.md @@ -167,10 +167,10 @@ The `basePath` is also applied to the `src` and `srcset` attribute of ## Server -Now that Deno has stabilized [Deno.serve](https://docs.deno.com/api/deno/~/Deno.serve) -and Fresh has switched to using this API, all server configuration options are -embedded in `server` inside the `FreshConfig`. The fully expanded set of -parameters looks like this: +Now that Deno has stabilized +[Deno.serve](https://docs.deno.com/api/deno/~/Deno.serve) and Fresh has switched +to using this API, all server configuration options are embedded in `server` +inside the `FreshConfig`. The fully expanded set of parameters looks like this: ```ts server: {