Skip to content

Commit

Permalink
[docs] specify adapter is required when building
Browse files Browse the repository at this point in the history
Closes #854
  • Loading branch information
ignatiusmb committed Aug 21, 2021
1 parent 5224ed2 commit f6d318e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/14-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default config;

### adapter

Determines how the output of `svelte-kit build` is converted for different platforms. See [Adapters](#adapters).
Required when running `svelte-kit build` and determines how the output is converted for different platforms. See [Adapters](#adapters).

### amp

Expand Down

0 comments on commit f6d318e

Please sign in to comment.