updates
This commit is contained in:
parent
398defb4c5
commit
558909601c
@ -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",
|
||||
|
@ -172,10 +172,6 @@ export async function getStaticProps({ req, res, query }) {
|
||||
.end();
|
||||
});
|
||||
|
||||
console.log('====================================');
|
||||
console.log(postsResponse);
|
||||
console.log('====================================');
|
||||
|
||||
if (!postsResponse.success) {
|
||||
return {
|
||||
redirect: {
|
||||
|
BIN
public/images/datasquirel-img.jpg
Normal file
BIN
public/images/datasquirel-img.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
BIN
public/images/logo-v3-cropped.png
Normal file
BIN
public/images/logo-v3-cropped.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.5 KiB |
Loading…
Reference in New Issue
Block a user