Share endpoint for Indiekit. Provides a simple interface for bookmarking websites and publishing them on your website.
npm install @indiekit/endpoint-shareShare 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 install @indiekit/endpoint-share
> [!NOTE]
> This package is installed alongside @indiekit/indiekit
To customise the behaviour of this plug-in, add @indiekit/endpoint-share to your configuration, specifying options as required:
``jsonc`
{
"@indiekit/endpoint-share": {
"mountPath": "/teilen", // de-DE
},
}
| Option | Type | Description |
| :---------- | :------- | :------------------------------------------------------ |
| mountPath | string | Path to share screen. _Optional_, defaults to /share`. |