feat: add indiekit-endpoint-youtube plugin configuration
This commit is contained in:
@@ -308,6 +308,7 @@ export default {
|
|||||||
"@rmdes/indiekit-endpoint-lastfm",
|
"@rmdes/indiekit-endpoint-lastfm",
|
||||||
"@rmdes/indiekit-endpoint-podroll",
|
"@rmdes/indiekit-endpoint-podroll",
|
||||||
"@rmdes/indiekit-endpoint-activitypub",
|
"@rmdes/indiekit-endpoint-activitypub",
|
||||||
|
"indiekit-endpoint-youtube",
|
||||||
],
|
],
|
||||||
"@indiekit/store-github": {
|
"@indiekit/store-github": {
|
||||||
user: githubUsername,
|
user: githubUsername,
|
||||||
@@ -406,5 +407,8 @@ export default {
|
|||||||
debugDashboard: activityPubDebugDashboard,
|
debugDashboard: activityPubDebugDashboard,
|
||||||
debugPassword: activityPubDebugPassword,
|
debugPassword: activityPubDebugPassword,
|
||||||
},
|
},
|
||||||
|
"indiekit-endpoint-youtube": {
|
||||||
|
mountPath: "/youtube",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user