beta test realise
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-11-08 20:54:06 +09:00
parent 9c1c5b4b62
commit b1bcd85644
2 changed files with 10 additions and 4 deletions

View File

@@ -20,6 +20,11 @@ const nextConfig = {
port: '8000', // where Django serves media
pathname: '/storage/**', // storage/avatars, images/link_groups, etc.
},
{
protocol: 'https',
hostname: 'links.shareon.kr',
pathname: '/storage/**', // storage/avatars, images/link_groups, etc.
},
],
},