Skip to content

Commit

Permalink
fix: update urls for custom domain setup
Browse files Browse the repository at this point in the history
- Updated all URLs to the demo page to point to `demo.pillarbox.ch`
- Updated all API documentation URLs to point to `web.pillarbox.ch/api`
- Updated all URLs to the theme editor to point to `editor.pillarbox.ch`
- Updated all URLs to the web suite demo to point to `plugins.pillarbox.ch`
- Updated all URLs to the marketing page to point to `www.pillarbox.ch`
- Updated all URLs to the Android documentation page to point to `android.pillarbox.ch`
  • Loading branch information
jboix committed Oct 31, 2024
1 parent 31ac981 commit 545aa9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"publishConfig": {
"access": "public"
},
"homepage": "https://srgssr.github.io/pillarbox-web-suite",
"homepage": "https://plugins.pillarbox.ch",
"type": "module",
"workspaces": [
"packages/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/skip-button/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A custom component that extends the pillarbox-web player allowing users to skip certain parts of the
video content, such as opening credits or end credits, by listening to
the [`srgssr/interval` event](https://srgssr.github.io/pillarbox-web/api/tutorial-Events.html#srgssr%2Finterval-event).
the [`srgssr/interval` event](https://web.pillarbox.ch/api/tutorial-Events.html#srgssr%2Finterval-event).

## Requirements

Expand Down

0 comments on commit 545aa9c

Please sign in to comment.