Skip to content

Commit a786071

Browse files
committed
feat: assets subdomain
1 parent 92be53b commit a786071

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

next.config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ const nextConfig: NextConfig = {
3434
search: '',
3535
},
3636
{
37-
protocol: 'http',
38-
hostname: '13.212.97.184',
39-
port: '9000',
37+
protocol: 'https',
38+
hostname: 'assets.librarease.org',
4039
pathname: '/librarease/public/**',
4140
search: '',
4241
},

0 commit comments

Comments
 (0)