@apify/docs-theme 1.0.107 → 1.0.109

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/docs-theme",
3
- "version": "1.0.107",
3
+ "version": "1.0.109",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
package/src/config.js CHANGED
@@ -47,7 +47,7 @@ const themeConfig = ({
47
47
  items: [
48
48
  {
49
49
  label: 'Reference',
50
- href: `${absoluteUrl}/api/v2/`,
50
+ href: `${absoluteUrl}/api/v2`,
51
51
  target: '_self',
52
52
  rel: 'dofollow',
53
53
  },
@@ -145,7 +145,7 @@ const themeConfig = ({
145
145
  additionalLanguages: ['docker', 'log', 'php'],
146
146
  },
147
147
  // this needs to be absolute link otherwise it gets resolved wrongly in project docs
148
- image: 'https://apify.com/api/og-image/docs-article',
148
+ image: 'https://apify.com/og-image/docs-article',
149
149
  footer: {
150
150
  links: [
151
151
  {
@@ -170,7 +170,7 @@ const themeConfig = ({
170
170
  items: [
171
171
  {
172
172
  label: 'Reference',
173
- href: `${absoluteUrl}/api/v2/`,
173
+ href: `${absoluteUrl}/api/v2`,
174
174
  target: '_self',
175
175
  rel: 'dofollow',
176
176
  },