improve(public): ensure to use next/image

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-05-06 22:34:36 +02:00
parent 2d8f6f36f6
commit d4c2f9ca9f
5 changed files with 23 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ const withMDX = createMDX();
const config = {
reactStrictMode: false,
images: {
domains: ['localhost', 'openpanel.dev'],
domains: ['localhost', 'openpanel.dev', 'api.openpanel.dev'],
},
serverExternalPackages: ['@hyperdx/node-opentelemetry'],
};