Merge branch 'main' of https://github.com/widgeter/astrowind
This commit is contained in:
6
.vscode/astrowind/config-schema.json
vendored
6
.vscode/astrowind/config-schema.json
vendored
@ -57,7 +57,7 @@
|
|||||||
"openGraph": {
|
"openGraph": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"siteName": {
|
"site_name": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"images": {
|
"images": {
|
||||||
@ -84,7 +84,7 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["siteName", "images", "type"]
|
"required": ["site_name", "images", "type"]
|
||||||
},
|
},
|
||||||
"twitter": {
|
"twitter": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
@ -240,7 +240,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"id": {
|
"id": {
|
||||||
"type": "string"
|
"type": ["string", "null"]
|
||||||
},
|
},
|
||||||
"partytown": {
|
"partytown": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -15,6 +15,6 @@
|
|||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
},
|
},
|
||||||
"yaml.schemas": {
|
"yaml.schemas": {
|
||||||
"./.vscode/astrowind/config-schema.json": "/src/config.yml"
|
"./.vscode/astrowind/config-schema.json": "/src/config.yaml"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user