Skip to content

Commit b761e3b

Browse files
authored
Apply suggestions from code review
1 parent ae7fccc commit b761e3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/svelte.dev/content/blog/2022-02-01-whats-new-in-svelte-february-2022.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ Let's take a look...
2828
### New configs
2929

3030
- Content Security Policy (CSP) is now supported for increased security when using inline javascript or stylesheets ([Docs](/docs/kit/configuration#csp), [#3499](https://github.com/sveltejs/kit/pull/3499))
31-
- `kit.routes` config allows you to customise public/private modules during build ([Docs](/docs/kit/configuration#routes), [#3576](https://github.com/sveltejs/kit/pull/3576))
32-
- `prerender.createIndexFiles` config lets you prerender index.html files as their subfolder's name ([Docs](/docs/kit/configuration#prerender), [#2632](https://github.com/sveltejs/kit/pull/2632))
31+
- `kit.routes` config allows you to customise public/private modules during build ([#3576](https://github.com/sveltejs/kit/pull/3576))
32+
- `prerender.createIndexFiles` config lets you prerender index.html files as their subfolder's name ([#2632](https://github.com/sveltejs/kit/pull/2632))
3333
- HTTP methods can now be overridden using `kit.methodOverride` ([Docs](https://kit.svelte.dev/docs/routing#endpoints-http-method-overrides), [#2989](https://github.com/sveltejs/kit/pull/2989))
3434

3535
### Config changes
3636

37-
- `config.kit.hydrate` and `config.kit.router` are now nested under `config.kit.browser` ([Docs](/docs/kit/configuration#browser), [3578](https://github.com/sveltejs/kit/pull/3578))
37+
- `config.kit.hydrate` and `config.kit.router` are now nested under `config.kit.browser` ([3578](https://github.com/sveltejs/kit/pull/3578))
3838

3939
### Breaking change
4040

0 commit comments

Comments
 (0)