We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17cef6e commit 80e1760Copy full SHA for 80e1760
src/lib/blog.ts
@@ -41,6 +41,15 @@ export interface BlogMessages {
41
// Blog posts array - n8n workflow prepends new posts here
42
// DO NOT manually edit - changes will be overwritten by automation
43
export const blogPosts: BlogPostMeta[] = [
44
+ {
45
+ id: 'loka-1775070304346',
46
+ slug: 'cefr-aligned-language-assessment-tools-20260402',
47
+ date: '2026-04-02',
48
+ category: 'Assessment',
49
+ readTime: '12 min read',
50
+ author: 'Ryan Ahamer',
51
+ heroImage: 'https://tskaeijjtjnbjofecpiz.supabase.co/storage/v1/object/public/blog-images/heroes/loka-1775070304346.png',
52
+ },
53
{
54
id: 'loka-1774983904753',
55
slug: 'independent-language-teacher-tools-2026-20260401',
0 commit comments