feat: allow processing svg
This commit is contained in:
@@ -16,6 +16,10 @@ const getSiteURL = () => {
|
||||
export default defineConfig({
|
||||
site: getSiteURL(),
|
||||
|
||||
image: {
|
||||
dangerouslyProcessSVG: true
|
||||
},
|
||||
|
||||
prefetch: true,
|
||||
|
||||
integrations: [
|
||||
|
||||
Reference in New Issue
Block a user