Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Oct 8, 2024
1 parent 0a2e304 commit 951632d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_v1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

8 changes: 4 additions & 4 deletions docs/latest/concepts/server-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 951632d

Please sign in to comment.