mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Use links from assets.khoj.dev to render images in the automations page
This commit is contained in:
parent
3f9c20a399
commit
0308699849
1 changed files with 4 additions and 4 deletions
|
@ -425,7 +425,7 @@
|
|||
"next": "Next run at 9AM on Monday",
|
||||
"crontime": "0 9 * * 1",
|
||||
"id": "suggested-automation" + timestamp,
|
||||
"promoImage": "https://khoj-generated-images.s3.amazonaws.com/98aef1b2-5493-41ba-a252-2ab7ab122901/f4cde8a5-522d-4515-9d2e-52565171b1b8.webp",
|
||||
"promoImage": "https://assets.khoj.dev/abstract_rectangles.webp",
|
||||
},
|
||||
{
|
||||
"subject": "Daily Weather Update",
|
||||
|
@ -434,7 +434,7 @@
|
|||
"next": "Next run at 9AM today",
|
||||
"crontime": "0 9 * * *",
|
||||
"id": "suggested-automation" + (timestamp + 1),
|
||||
"promoImage": "https://khoj-generated-images.s3.amazonaws.com/98aef1b2-5493-41ba-a252-2ab7ab122901/94d9c576-b37a-45d6-bc2e-59879c15ab79.webp",
|
||||
"promoImage": "https://assets.khoj.dev/blue_waves.webp",
|
||||
},
|
||||
{
|
||||
"subject": "Front Page of Hacker News",
|
||||
|
@ -443,7 +443,7 @@
|
|||
"next": "Next run at 9PM on Wednesday",
|
||||
"crontime": "0 21 * * 3",
|
||||
"id": "suggested-automation" + (timestamp + 2),
|
||||
"promoImage": "https://khoj-generated-images.s3.amazonaws.com/98aef1b2-5493-41ba-a252-2ab7ab122901/17d22551-6b8c-4628-b12d-c767d8e8bec1.webp",
|
||||
"promoImage": "https://assets.khoj.dev/purple_triangles.webp",
|
||||
},
|
||||
{
|
||||
"subject": "Market Summary",
|
||||
|
@ -452,7 +452,7 @@
|
|||
"next": "Next run at 9AM on Monday",
|
||||
"crontime": "0 9 * * 1-5",
|
||||
"id": "suggested-automation" + (timestamp + 3),
|
||||
"promoImage": "https://khoj-generated-images.s3.amazonaws.com/98aef1b2-5493-41ba-a252-2ab7ab122901/fd7dbfe7-c7f8-4bc9-ac18-652199fc07d9.webp",
|
||||
"promoImage": "https://assets.khoj.dev/blue_gears.webp",
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue