header improvements, add error handling for images on about page, update deps

This commit is contained in:
Aidan 2025-01-11 00:08:47 -05:00
parent c32abf7eba
commit 1950e8fca9
5 changed files with 79 additions and 41 deletions

View file

@ -22,6 +22,7 @@ const nextConfig: NextConfig = {
pathname: '/**',
},
],
dangerouslyAllowSVG: true,
},
};