Skip to content

Commit

Permalink
Update docs/frameworks/sveltekit.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
  • Loading branch information
userquin and benmccann authored Nov 30, 2021
1 parent ee023a8 commit bdc1a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/frameworks/sveltekit.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The entries provided in the `manifestTransforms` option (under `workbox` or `inj

Since `SvelteKit` uses the router name of the directory (for simple cases) for all the generated pages, you can use `manifestTransforms` to modify the url for all pages generated. You must add the logic to do the right mapping using the corresponding adapter.

Of course, a more complex page directories will force you to modify the `manifestTransforms` entry logic, see the `pwa-configuration.js` module in the next example using `@sveltejs/adapter-static`.
Of course, more complex page directories will force you to modify the `manifestTransforms` entry logic. For an example, see the `pwa-configuration.js` module in the next example using `@sveltejs/adapter-static`.

### Static Adapter example

Expand Down

0 comments on commit bdc1a19

Please sign in to comment.