Skip to content

Commit

Permalink
img domain added
Browse files Browse the repository at this point in the history
  • Loading branch information
GouravNG committed Sep 29, 2024
1 parent 6262979 commit 2b4b32e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ const nextConfig = {
experimental: {
missingSuspenseWithCSRBailout: false,
},
images: {
domains: ['skysonczwzlppjhpgude.supabase.co'], // Add the domains here
},
};

export default nextConfig;
3 changes: 2 additions & 1 deletion website.properties.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export const dailyQuotes: string[] = [
]

export const BannerImageLink_HomePage: { imgLink: string; altText: string } = {
imgLink: '/banner2.jpg',
imgLink:
'https://skysonczwzlppjhpgude.supabase.co/storage/v1/object/sign/Recipe-Images/banner2.jpg?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1cmwiOiJSZWNpcGUtSW1hZ2VzL2Jhbm5lcjIuanBnIiwiaWF0IjoxNzI3NTMzMDE3LCJleHAiOjE3NTkwNjkwMTd9.CeCXr6_Ebvff2IpkGDNocv5TPC24Ny9moQzpbiyyCyk&t=2024-09-28T14%3A16%3A57.254Z',
altText: '3 womens making food',
}

0 comments on commit 2b4b32e

Please sign in to comment.