Removed danger part of next.config

pull/1621/head
Sebastian Weise 2022-10-31 12:02:38 +01:00
parent 7bf83d65b9
commit bc51d0f59f
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ module.exports = {
return config;
},
images: {
dangerouslyAllowSVG: true,
domains: [new URL(process.env.NEXT_PUBLIC_CUSTOM_LOGO_URL).hostname],
},
async headers() {