Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tautastic committed Oct 8, 2024
1 parent 90ca3ee commit c1a1f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const config = {
},
];
},
assetPrefix: `${process.env.NEXT_PUBLIC_BASE_URL}/`
assetPrefix: `${process.env.NEXTAUTH_URL}/`
};

export default config;

0 comments on commit c1a1f7f

Please sign in to comment.