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: [
|
||||
"@indiekit/endpoint-micropub",
|
||||
"@indiekit/store-github",
|
||||
"@indiekit/post-type-repost",
|
||||
"@rmdes/indiekit-post-type-page",
|
||||
@@ -313,6 +314,9 @@ export default {
|
||||
"@rmdes/indiekit-endpoint-blogroll",
|
||||
"@rmdes/indiekit-endpoint-microsub",
|
||||
],
|
||||
"@indiekit/endpoint-micropub": {
|
||||
mountPath: "/micropub",
|
||||
},
|
||||
"@indiekit/store-github": {
|
||||
user: githubUsername,
|
||||
repo: "blog",
|
||||
|
||||
Reference in New Issue
Block a user