diff --git a/README.md b/README.md index 573566f..70f7dfb 100644 --- a/README.md +++ b/README.md @@ -251,4 +251,3 @@ import Video from "../assets/video.mp4"; This would show the video centered in the page with control buttons as below. Just make sure you adapt the `width` style property according to your video file. Example Video Showcase - diff --git a/docusaurus.config.js b/docusaurus.config.js index 80136b2..542c1c9 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -261,7 +261,6 @@ module.exports = { baseUrl: URLS.docs.root, trailingSlash: true, favicon: "https://getstream.imgix.net/images/favicons/favicon-96x96.png", - onBrokenLinks: "warn", onBrokenMarkdownLinks: "warn", organizationName: "GetStream", plugins,