From 87a638476fe672502a05ef72a5ce99592ae2c4bc Mon Sep 17 00:00:00 2001 From: hjohns Date: Mon, 15 Apr 2024 10:28:56 +1000 Subject: [PATCH] fix https doctype url config --- prez-components/src/custom-components/CustomItem.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prez-components/src/custom-components/CustomItem.d.ts b/prez-components/src/custom-components/CustomItem.d.ts index 6b4cb6d..256549c 100644 --- a/prez-components/src/custom-components/CustomItem.d.ts +++ b/prez-components/src/custom-components/CustomItem.d.ts @@ -5,7 +5,7 @@ const fields = [ 'http://purl.org/dc/terms/isPartOf', 'http://purl.org/dc/terms/identifier', // 'http://www.w3.org/ns/dcat#Resource', - 'https://www.opengis.net/def/metamodel/ogc-na/doctype', + 'http://www.opengis.net/def/metamodel/ogc-na/doctype', 'http://purl.org/dc/terms/creator', 'http://purl.org/dc/terms/created', ] as const;