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: [
|
||||
@@ -37,7 +41,7 @@ export default defineConfig({
|
||||
],
|
||||
expressiveCode: {
|
||||
themes: ['vitesse-light', 'vitesse-dark'],
|
||||
},
|
||||
},
|
||||
social: [
|
||||
{
|
||||
icon: "external",
|
||||
@@ -63,7 +67,7 @@ export default defineConfig({
|
||||
autogenerate: { directory: "applications" },
|
||||
},
|
||||
],
|
||||
})
|
||||
})
|
||||
],
|
||||
|
||||
output: 'static',
|
||||
|
||||
Reference in New Issue
Block a user