Skip to content

Commit

Permalink
🚑️ Add storage url to image domains
Browse files Browse the repository at this point in the history
  • Loading branch information
barbarbar338 committed Dec 15, 2023
1 parent 1734600 commit bef7bc9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion next.config.js
Expand Up @@ -11,7 +11,11 @@ const nextConfig = {
defaultLocale: "en",
},
images: {
domains: ["avatars.githubusercontent.com", "api.338.rocks", "jqetijvmergeabbsbhjm.supabase.co"],
domains: [
"avatars.githubusercontent.com",
"api.338.rocks",
"jqetijvmergeabbsbhjm.supabase.co",
],
},
async redirects() {
return [
Expand Down

0 comments on commit bef7bc9

Please sign in to comment.