Skip to content

Commit

Permalink
Add remotePatterns
Browse files Browse the repository at this point in the history
  • Loading branch information
bricesuazo committed Oct 30, 2023
1 parent c111996 commit 7e0f09f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/www/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import "@bricesuazo/auth/env.mjs";

/** @type {import("next").NextConfig} */
const config = {
// images: {
// remotePatterns: [{ hostname: "bricesuazo.com" }, { hostname: "localhost" }],
// },
images: {
remotePatterns: [{ hostname: "bricesuazo.com" }, { hostname: "localhost" }],
},
reactStrictMode: true,
/** Enables hot reloading for local packages without a build step */
transpilePackages: [
Expand Down

0 comments on commit 7e0f09f

Please sign in to comment.