diff --git a/components/portfolioEntries.json b/components/portfolioEntries.json index 41523cf..96b5a34 100644 --- a/components/portfolioEntries.json +++ b/components/portfolioEntries.json @@ -5,6 +5,12 @@ "url": "https://showmerebates.com/", "image": "/images/showmerebates.jpg" }, + { + "title": "Datasquirel", + "description": "Datasquirel is a fast and efficient cloud-based SQL data management system", + "url": "https://datasquirel.com", + "image": "/images/datasquirel-img.jpg" + }, { "title": "Homeruntoken", "description": "Real Estate Investing Made Easy", diff --git a/pages/blog/index.jsx b/pages/blog/index.jsx index 1b36e7a..af5a2b4 100644 --- a/pages/blog/index.jsx +++ b/pages/blog/index.jsx @@ -172,10 +172,6 @@ export async function getStaticProps({ req, res, query }) { .end(); }); - console.log('===================================='); - console.log(postsResponse); - console.log('===================================='); - if (!postsResponse.success) { return { redirect: { diff --git a/public/images/datasquirel-img.jpg b/public/images/datasquirel-img.jpg new file mode 100644 index 0000000..8c6bca5 Binary files /dev/null and b/public/images/datasquirel-img.jpg differ diff --git a/public/images/logo-v3-cropped.png b/public/images/logo-v3-cropped.png new file mode 100644 index 0000000..602e506 Binary files /dev/null and b/public/images/logo-v3-cropped.png differ