poppa / sveltekit-svg

SvelteKit plugin that makes it possible to import SVG files as Svelte components, inline SVG code or urls
MIT License
235 stars 23 forks source link

Use `vite.config.js` instead of `svelte.config.js` in README #24

Closed aradalvand closed 2 years ago

aradalvand commented 2 years ago

SvelteKit now uses two separate vite.config.js and svelte.config.js files and custom plugins should be configured in vite.config.js — see this.

I updated the README to reflect this.

poppa commented 2 years ago

Thanks for the contribution 👍