-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
It seems that the settings from the vite.config.ts file regarding automatic import of svg files is not getting copied from the addon correctly.
In order to get everything working, end users should copy this into vite.config.ts in the root directory of their presentation:
import { defineConfig, UserConfig } from 'vite'
export default defineConfig({
slidev: {
components: {
extensions: ['vue', 'md', 'js', 'ts', 'jsx', 'tsx', 'svg'],
},
},
} as UserConfig);Metadata
Metadata
Assignees
Labels
No labels