Skip to content

Commit

Permalink
Update README to reflect changes in Vite v5 (inline SVGs)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkleemans committed Nov 17, 2023
1 parent 7eacd1d commit f8c538c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -37,7 +37,7 @@ export default defineConfig({
SVGs can be imported as URLs using the `?url` suffix:
```js
import iconUrl from './my-icon.svg?url'
// '/assets/my-icon.2d8efhg.svg'
// 'data:image/svg+xml...'
```

### Raw
Expand Down

0 comments on commit f8c538c

Please sign in to comment.