Skip to content

Commit

Permalink
Update next.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mushigarou authored Aug 13, 2024
1 parent 3b795aa commit c208fb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/front-end/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
const nextConfig = {
compress: true,
images: {
output: "export",
unoptimized: true,
assetPrefix: "./",
remotePatterns: [
{
protocol: 'https',
Expand Down

0 comments on commit c208fb4

Please sign in to comment.