diff --git a/pages/index.js b/pages/index.js index 6e22f86..2070061 100755 --- a/pages/index.js +++ b/pages/index.js @@ -39,7 +39,7 @@ export async function getStaticProps(context) { const article = artdata.data[0].attributes const epdata = await getLatestPodcastEpisode() - console.log(epdata.Logo.data.attributes.height) + console.log(epdata.Logo.data.attributes) const flickr = await fetch('https://www.flickr.com/services/feeds/photos_public.gne?id=25875680@N05&lang=en-us&format=json&nojsoncallback=1') const flickrdata = await flickr.json() @@ -88,11 +88,11 @@ function HomePage (props) {