Skip to content

Commit

Permalink
Update documentation/docs/14-configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Sep 24, 2021
1 parent cf535a4 commit 2cfbc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/14-configuration.md
Expand Up @@ -195,7 +195,7 @@ Enables or disables the client-side [router](#ssr-and-javascript-router) app-wid

An object containing zero or more of the following values:

- `files` - a function with the type of `(filepath: string) => boolean`. When `true`, the following file will be available in `$service-worker.files`, otherwise it will be excluded.
- `files` - a function with the type of `(filepath: string) => boolean`. When `true`, the given file will be available in `$service-worker.files`, otherwise it will be excluded.

### ssr

Expand Down

0 comments on commit 2cfbc47

Please sign in to comment.