mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 23:16:47 +00:00
feat: support svgs with next/image
This commit is contained in:
@@ -14,6 +14,8 @@ module.exports = withBundleAnalyzer({
|
||||
'abs.twimg.com',
|
||||
'transitivebullsh.it'
|
||||
],
|
||||
formats: ['image/avif', 'image/webp']
|
||||
formats: ['image/avif', 'image/webp'],
|
||||
dangerouslyAllowSVG: true,
|
||||
contentSecurityPolicy: "default-src 'self'; script-src 'none'; sandbox;"
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user