updates
This commit is contained in:
parent
398defb4c5
commit
558909601c
@ -5,6 +5,12 @@
|
|||||||
"url": "https://showmerebates.com/",
|
"url": "https://showmerebates.com/",
|
||||||
"image": "/images/showmerebates.jpg"
|
"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",
|
"title": "Homeruntoken",
|
||||||
"description": "Real Estate Investing Made Easy",
|
"description": "Real Estate Investing Made Easy",
|
||||||
|
@ -172,10 +172,6 @@ export async function getStaticProps({ req, res, query }) {
|
|||||||
.end();
|
.end();
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log('====================================');
|
|
||||||
console.log(postsResponse);
|
|
||||||
console.log('====================================');
|
|
||||||
|
|
||||||
if (!postsResponse.success) {
|
if (!postsResponse.success) {
|
||||||
return {
|
return {
|
||||||
redirect: {
|
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