Skip to content

Commit

Permalink
Merge branch 'main' into refactor/separate-sidebar-from-main
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivm committed Aug 5, 2024
2 parents 7b9b796 + ca43a65 commit 53ba064
Show file tree
Hide file tree
Showing 32 changed files with 8,805 additions and 1,357 deletions.
4 changes: 3 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ PICTO_CHANNEL_ID=
PICTO_SALAI_TOKEN=

CONTENT_SAFETY_ENDPOINT=
CONTENT_SAFETY_KEY=
CONTENT_SAFETY_KEY=

MYMIDJOURNEY_TOKEN=
7 changes: 7 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,15 @@ const nextConfig = {
port: '',
pathname: '/**',
},
{
protocol: 'https',
hostname: '**.imaginepro.ai',
port: '',
pathname: '/storage/**',
},
],
},
reactStrictMode: false,
};

module.exports = withNextIntl(nextConfig);
Loading

0 comments on commit 53ba064

Please sign in to comment.