Fix warning on deprecated front matter key 'build'

This commit is contained in:
Andreas Deininger
2025-06-03 23:05:17 +02:00
parent 80e9daaf67
commit 8fdd687640
8 changed files with 12 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ date: 2019-01-24
externalUrl: "https://n9o.xyz/projects/"
summary: "The `externalUrl` front matter parameter can link to any URL."
showReadingTime: true
_build:
build:
render: "false"
list: "local"
type: 'sample'

View File

@@ -4,7 +4,7 @@ date: 2019-01-24
externalUrl: "https://n9o.xyz/projects/"
summary: "`externalUrl` 表示は任意の URL にリンクすることができます。"
showReadingTime: true
_build:
build:
render: "false"
list: "local"
type: 'sample'

View File

@@ -4,7 +4,7 @@ date: 2019-01-24
externalUrl: "https://n9o.xyz/projects/"
summary: "The `externalUrl` front matter parameter can link to any URL."
showReadingTime: true
_build:
build:
render: "false"
list: "local"
type: 'sample'

View File

@@ -4,7 +4,7 @@ date: 2019-01-24
externalUrl: "https://n9o.xyz/projects/"
summary: "`externalUrl` front matter 参数可以链接到任何外部 URL."
showReadingTime: true
_build:
build:
render: "false"
list: "local"
type: 'sample'