diff --git a/docs/docs/.vitepress/config.ts b/docs/docs/.vitepress/config.ts index c39582ea2..234c6c911 100644 --- a/docs/docs/.vitepress/config.ts +++ b/docs/docs/.vitepress/config.ts @@ -2,6 +2,9 @@ export default { title: "Streamsync", description: "Create data apps using a drag-and-drop UI editor, while retaining the full power of Python in the backend.", + ignoreDeadLinks: [ + /^https?:\/\/localhost/, + ], themeConfig: { logo: "/logo.svg", socialLinks: [