Share endpoint for Indiekit. Provides a simple interface for bookmarking websites and publishing them on your website. Inspired and developed from an idea originally described by Max Böck.
npm i @indiekit/endpoint-share
Add @indiekit/endpoint-share
to your list of plug-ins, specifying options as required:
{
"plugins": ["@indiekit/endpoint-share"],
"@indiekit/endpoint-share": {
"mountPath": "/teilen", // de-DE
},
}
Option | Type | Description |
---|---|---|
mountPath |
string |
Path to share screen. Optional, defaults to /share . |