diff --git a/apify-docs-theme/src/theme/LLMButtons/styles.module.css b/apify-docs-theme/src/theme/LLMButtons/styles.module.css index d517b5c9c9..ecdf5efcb7 100644 --- a/apify-docs-theme/src/theme/LLMButtons/styles.module.css +++ b/apify-docs-theme/src/theme/LLMButtons/styles.module.css @@ -35,12 +35,12 @@ } .llmButtonIconBackgroundMarkdown { - background-image: url('/img/markdown.svg'); + background-image: url('https://docs.apify.com/img/markdown.svg'); } .llmButtonIconBackgroundCopy { - background-image: url('/img/copy.svg'); + background-image: url('https://docs.apify.com/img/copy.svg'); } /* Dark theme adjustments */ @@ -49,9 +49,9 @@ } [data-theme='dark'] .llmButtonIconBackgroundMarkdown { - background-image: url('/img/markdown-dark-theme.svg'); + background-image: url('https://docs.apify.com/img/markdown-dark-theme.svg'); } [data-theme='dark'] .llmButtonIconBackgroundCopy { - background-image: url('/img/copy-dark-theme.svg'); -} \ No newline at end of file + background-image: url('https://docs.apify.com/img/copy-dark-theme.svg'); +} diff --git a/package-lock.json b/package-lock.json index 313ea2318a..e0ae8dc8eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -74,7 +74,7 @@ }, "apify-docs-theme": { "name": "@apify/docs-theme", - "version": "1.0.201", + "version": "1.0.202", "license": "ISC", "dependencies": { "@apify/docs-search-modal": "^1.2.2",