feat(homepage): add homepage endpoint and mount path
This commit is contained in:
@@ -171,6 +171,7 @@ export default {
|
||||
"@rmdes/indiekit-preset-eleventy",
|
||||
"@rmdes/indiekit-endpoint-github",
|
||||
"@rmdes/indiekit-endpoint-webmention-io",
|
||||
"@rmdes/indiekit-endpoint-homepage",
|
||||
"@rmdes/indiekit-endpoint-conversations",
|
||||
"@rmdes/indiekit-endpoint-funkwhale",
|
||||
"@rmdes/indiekit-endpoint-lastfm",
|
||||
@@ -196,6 +197,9 @@ export default {
|
||||
token: process.env.WEBMENTION_IO_TOKEN,
|
||||
domain: webmentionDomain,
|
||||
},
|
||||
"@rmdes/indiekit-endpoint-homepage": {
|
||||
mountPath: "/homepage",
|
||||
},
|
||||
"@rmdes/indiekit-endpoint-conversations": {
|
||||
mountPath: "/conversations",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user