feat: allow processing svg
This commit is contained in:
@@ -15,6 +15,10 @@ export default defineConfig({
|
|||||||
|
|
||||||
security: { csp: true },
|
security: { csp: true },
|
||||||
|
|
||||||
|
image: {
|
||||||
|
dangerouslyProcessSVG: true,
|
||||||
|
},
|
||||||
|
|
||||||
prefetch: true,
|
prefetch: true,
|
||||||
|
|
||||||
integrations: [
|
integrations: [
|
||||||
|
|||||||
Reference in New Issue
Block a user