thesandwi.ch/.posthtmlrc
Isaac Mills 7b78e54571
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Optimize images with parcel
2025-07-15 08:27:30 -06:00

20 lines
334 B
Text

{
"plugins": {
"posthtml-include": {},
"posthtml-component": {
"root": "./src",
"attribute": "component",
"folders": [
"components"
]
},
"posthtml-markdownit": {
"plugins": [
{
"plugin": "markdown-it-sup",
"options": {}
}
]
}
}
}