feat: add @indiekit/endpoint-micropub to plugins
Wires up the already-installed Micropub endpoint (aliased to @rmdes/indiekit-endpoint-micropub) at /micropub. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -291,6 +291,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
plugins: [
|
plugins: [
|
||||||
|
"@indiekit/endpoint-micropub",
|
||||||
"@indiekit/store-github",
|
"@indiekit/store-github",
|
||||||
"@indiekit/post-type-repost",
|
"@indiekit/post-type-repost",
|
||||||
"@rmdes/indiekit-post-type-page",
|
"@rmdes/indiekit-post-type-page",
|
||||||
@@ -313,6 +314,9 @@ export default {
|
|||||||
"@rmdes/indiekit-endpoint-blogroll",
|
"@rmdes/indiekit-endpoint-blogroll",
|
||||||
"@rmdes/indiekit-endpoint-microsub",
|
"@rmdes/indiekit-endpoint-microsub",
|
||||||
],
|
],
|
||||||
|
"@indiekit/endpoint-micropub": {
|
||||||
|
mountPath: "/micropub",
|
||||||
|
},
|
||||||
"@indiekit/store-github": {
|
"@indiekit/store-github": {
|
||||||
user: githubUsername,
|
user: githubUsername,
|
||||||
repo: "blog",
|
repo: "blog",
|
||||||
|
|||||||
Reference in New Issue
Block a user