From f53b9df7452ef886cf85db5bb72a48f32dce3dbb Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 1 Jan 2024 13:47:10 -0400 Subject: content: specify mutable across html & attributes slots --- src/content/dependencies/generateListAllAdditionalFilesChunk.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/content/dependencies/generateListAllAdditionalFilesChunk.js') diff --git a/src/content/dependencies/generateListAllAdditionalFilesChunk.js b/src/content/dependencies/generateListAllAdditionalFilesChunk.js index e31633f4..b046ccaf 100644 --- a/src/content/dependencies/generateListAllAdditionalFilesChunk.js +++ b/src/content/dependencies/generateListAllAdditionalFilesChunk.js @@ -4,7 +4,10 @@ export default { extraDependencies: ['html', 'language'], slots: { - title: {type: 'html'}, + title: { + type: 'html', + mutable: false, + }, additionalFileTitles: { validate: v => v.strictArrayOf(v.isHTML), -- cgit 1.3.0-6-gf8a5