Skip to content

Commit e0e8f2d

Browse files
committed
Allow for github links for images in changelog
1 parent 2f63838 commit e0e8f2d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

apps/dashboard/next.config.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ const nextConfig = {
6464
port: '',
6565
pathname: '/**',
6666
},
67+
{
68+
protocol: 'https',
69+
hostname: 'raw.githubusercontent.com',
70+
port: '',
71+
pathname: '/**',
72+
},
6773
],
6874
},
6975

0 commit comments

Comments
 (0)