Skip to content

Commit

Permalink
🐛 fix: fix next.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed Jan 31, 2024
1 parent 5a76521 commit 59a35a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const nextConfig = {
'@emoji-mart/react',
'@emoji-mart/data',
'@icons-pack/react-simple-icons',
'@bentwnghk/ui',
'@lobehub/ui',
'gpt-tokenizer',
'chroma-js',
],
Expand All @@ -35,7 +35,7 @@ const nextConfig = {
remotePatterns: [
{
hostname: 'registry.npmmirror.com',
pathname: '/@bentwnghk/**',
pathname: '/@lobehub/**',
port: '',
protocol: 'https',
},
Expand Down

0 comments on commit 59a35a6

Please sign in to comment.