diff --git a/.vscode/astrowind/config-schema.json b/.vscode/astrowind/config-schema.json index 22fd20f..2867fdc 100644 --- a/.vscode/astrowind/config-schema.json +++ b/.vscode/astrowind/config-schema.json @@ -57,7 +57,7 @@ "openGraph": { "type": "object", "properties": { - "siteName": { + "site_name": { "type": "string" }, "images": { @@ -84,7 +84,7 @@ "type": "string" } }, - "required": ["siteName", "images", "type"] + "required": ["site_name", "images", "type"] }, "twitter": { "type": "object", @@ -240,7 +240,7 @@ "type": "object", "properties": { "id": { - "type": "string" + "type": ["string", "null"] }, "partytown": { "type": "boolean", diff --git a/.vscode/settings.json b/.vscode/settings.json index c0fb9bd..c692aea 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -15,6 +15,6 @@ "editor.defaultFormatter": "esbenp.prettier-vscode" }, "yaml.schemas": { - "./.vscode/astrowind/config-schema.json": "/src/config.yml" + "./.vscode/astrowind/config-schema.json": "/src/config.yaml" } }