From c156041f09bb6d72b18844a1844e6913c4bf77c7 Mon Sep 17 00:00:00 2001 From: Shashank Bhat G S Date: Fri, 1 Jul 2022 23:19:54 +0530 Subject: [PATCH] fix Coep error --- views/campgrounds/index.ejs | 4 ++-- views/campgrounds/show.ejs | 2 +- views/layouts/boilerplate.ejs | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/views/campgrounds/index.ejs b/views/campgrounds/index.ejs index ec47edcd..ae969723 100644 --- a/views/campgrounds/index.ejs +++ b/views/campgrounds/index.ejs @@ -8,10 +8,10 @@
<%if(campground.images.length) {%> - + <% }else {%> + src="https://res.cloudinary.com/douqbebwk/image/upload/v1600103881/YelpCamp/lz8jjv2gyynjil7lswf4.png" crossorigin> <% } %>
diff --git a/views/campgrounds/show.ejs b/views/campgrounds/show.ejs index a0c85864..af443f3a 100644 --- a/views/campgrounds/show.ejs +++ b/views/campgrounds/show.ejs @@ -6,7 +6,7 @@