Skip to content

Commit

Permalink
fix: resolve to unoptimized img
Browse files Browse the repository at this point in the history
  • Loading branch information
joshxfi committed Jan 8, 2025
1 parent 8780a89 commit 440f093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
dangerouslyAllowSVG: true,
unoptimized: true,
remotePatterns: [
{
protocol: "https",
Expand Down

0 comments on commit 440f093

Please # to comment.