Update .posthtmlrc
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Isaac Mills 2025-07-12 21:34:31 -06:00
parent f70df99f09
commit a17729b453
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -3,7 +3,9 @@
"posthtml-include": {}, "posthtml-include": {},
"posthtml-component": { "posthtml-component": {
"root": "./src", "root": "./src",
"folders": ["components"], "folders": [
"components"
],
"namespaces": [ "namespaces": [
{ {
"name": "link", "name": "link",
@ -13,7 +15,7 @@
] ]
}, },
"posthtml-markdownit": { "posthtml-markdownit": {
plugins: [ "plugins": [
{ {
"plugin": "markdown-it-sup", "plugin": "markdown-it-sup",
"options": {} "options": {}
@ -21,4 +23,4 @@
] ]
} }
} }
} }