feat: allow processing svg
This commit is contained in:
@@ -16,6 +16,10 @@ const getSiteURL = () => {
|
|||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
site: getSiteURL(),
|
site: getSiteURL(),
|
||||||
|
|
||||||
|
image: {
|
||||||
|
dangerouslyProcessSVG: true
|
||||||
|
},
|
||||||
|
|
||||||
prefetch: true,
|
prefetch: true,
|
||||||
|
|
||||||
integrations: [
|
integrations: [
|
||||||
@@ -37,7 +41,7 @@ export default defineConfig({
|
|||||||
],
|
],
|
||||||
expressiveCode: {
|
expressiveCode: {
|
||||||
themes: ['vitesse-light', 'vitesse-dark'],
|
themes: ['vitesse-light', 'vitesse-dark'],
|
||||||
},
|
},
|
||||||
social: [
|
social: [
|
||||||
{
|
{
|
||||||
icon: "external",
|
icon: "external",
|
||||||
@@ -63,7 +67,7 @@ export default defineConfig({
|
|||||||
autogenerate: { directory: "applications" },
|
autogenerate: { directory: "applications" },
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
|
|
||||||
output: 'static',
|
output: 'static',
|
||||||
|
|||||||
Reference in New Issue
Block a user