diff --git a/documentation/docs/30-advanced/60-assets.md b/documentation/docs/30-advanced/60-assets.md index 34a52b32bdde..ddf1f40b6cd4 100644 --- a/documentation/docs/30-advanced/60-assets.md +++ b/documentation/docs/30-advanced/60-assets.md @@ -16,18 +16,7 @@ title: Asset handling If you prefer to reference assets directly in the markup, you can use a preprocessor such as [svelte-preprocess-import-assets](https://github.com/bluwy/svelte-preprocess-import-assets). -For assets included via the CSS `url()` function, you may find the [`experimental.useVitePreprocess`](https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/config.md#usevitepreprocess) option useful: - -```js -// svelte.config.js -export default { - vitePlugin: { - experimental: { - useVitePreprocess: true - } - } -}; -``` +For assets included via the CSS `url()` function, you may find [`vitePreprocess`]([https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/config.md#usevitepreprocess](https://kit.svelte.dev/docs/integrations#preprocessors-vitepreprocess)) useful. ## Transforming