feat: some tweaking to the newsletter
This commit is contained in:
@@ -37,7 +37,13 @@ export default function NewsletterTemplate(
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{story.url && <a href={story.url}>Read more</a>}
|
{story.url && (
|
||||||
|
<p>
|
||||||
|
<a href={story.url} style={{ textAlign: 'right' }}>
|
||||||
|
Read more
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
})}
|
})}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"crons": [
|
"crons": [
|
||||||
{
|
{
|
||||||
"path": "/api/cron",
|
"path": "/api/cron",
|
||||||
"schedule": "0 6 * * *"
|
"schedule": "0 5 * * *"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"headers": [
|
"headers": [
|
||||||
|
|||||||
Reference in New Issue
Block a user