templates: fix missing ts-ignore in seed script causing build errors (#10001)
This commit is contained in:
@@ -292,6 +292,8 @@ export const post1: Partial<Post> = {
|
||||
version: 1,
|
||||
},
|
||||
},
|
||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||
// @ts-ignore
|
||||
heroImage: '{{IMAGE_1}}',
|
||||
meta: {
|
||||
description:
|
||||
|
||||
@@ -215,6 +215,8 @@ export const post2: Partial<Post> = {
|
||||
version: 1,
|
||||
},
|
||||
},
|
||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||
// @ts-ignore
|
||||
heroImage: '{{IMAGE_1}}',
|
||||
meta: {
|
||||
description:
|
||||
|
||||
@@ -252,6 +252,8 @@ export const post3: Partial<Post> = {
|
||||
version: 1,
|
||||
},
|
||||
},
|
||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||
// @ts-ignore
|
||||
heroImage: '{{IMAGE_1}}',
|
||||
meta: {
|
||||
description: `Money isn't just currency; it's a language. Dive deep into its nuances, where strategy meets intuition in the vast sea of finance.`,
|
||||
|
||||
@@ -292,6 +292,8 @@ export const post1: Partial<Post> = {
|
||||
version: 1,
|
||||
},
|
||||
},
|
||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||
// @ts-ignore
|
||||
heroImage: '{{IMAGE_1}}',
|
||||
meta: {
|
||||
description:
|
||||
|
||||
@@ -215,6 +215,8 @@ export const post2: Partial<Post> = {
|
||||
version: 1,
|
||||
},
|
||||
},
|
||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||
// @ts-ignore
|
||||
heroImage: '{{IMAGE_1}}',
|
||||
meta: {
|
||||
description:
|
||||
|
||||
@@ -252,6 +252,8 @@ export const post3: Partial<Post> = {
|
||||
version: 1,
|
||||
},
|
||||
},
|
||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||
// @ts-ignore
|
||||
heroImage: '{{IMAGE_1}}',
|
||||
meta: {
|
||||
description: `Money isn't just currency; it's a language. Dive deep into its nuances, where strategy meets intuition in the vast sea of finance.`,
|
||||
|
||||
Reference in New Issue
Block a user