@apify/docs-theme 1.0.73 → 1.0.74

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/config.js +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/docs-theme",
3
- "version": "1.0.73",
3
+ "version": "1.0.74",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
package/src/config.js CHANGED
@@ -144,7 +144,8 @@ const themeConfig = ({
144
144
  darkTheme: require('prism-react-renderer/themes/dracula'),
145
145
  additionalLanguages: ['docker', 'log'],
146
146
  },
147
- image: 'img/docs-og.png',
147
+ // this needs to be absolute link otherwise it gets resolved wrongly in project docs
148
+ image: 'https://docs.apify.com/img/docs-og.png',
148
149
  footer: {
149
150
  links: [
150
151
  {